Interface IShippingService
public interface IShippingService : IService<ShippingMethod>, IServiceCreatable<ShippingMethod>
- Inherited Members
Methods
List(Guid)
Task<IEnumerable<ShippingMethod>> List(Guid storeId)
Parameters
storeId
Guid
public interface IShippingService : IService<ShippingMethod>, IServiceCreatable<ShippingMethod>
Task<IEnumerable<ShippingMethod>> List(Guid storeId)
storeId
Guid