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