//using Raven.Client.Documents; //using Raven.Client.Documents.Linq; //using Raven.Client.Documents.Session; //using System; //using System.Collections.Generic; //using System.Linq; //using System.Threading.Tasks; //using zero.Core.Entities; //using zero.Core.Extensions; //namespace zero.Core.Api //{ // public class ExportApi : AppAwareBackofficeApi, IExportApi // { // public ExportApi(IBackofficeStore store) : base(store) // { // } // /// // public Space Export(T config) where T : IExportConfig // { // Type type = typeof(T); // return GetAll().FirstOrDefault(x => x.Type == type); // } // } // public interface IExportApi // { // /// // /// Returns a space by a defined generic // /// // Space GetBy() where T : SpaceContent; // } //}