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