Interface IStoreService NamespaceRescope.Commerce.Core.Services AssemblyRescope.Commerce.Core.dll public interface IStoreService : IService<Store>, IServiceCreatable<Store> Inherited Members IService<Store>.List() IService<Store>.GetPage(int) IService<Store>.Get(Guid) IService<Store>.Update(Store) IService<Store>.Delete(Guid) IServiceCreatable<Store>.Create(Store)