IRetailer | |
public interface IRetailerDeliveryService : IRetailerDeliveryQueryService, IBusinessService
The IRetailerDeliveryService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of RetailerDeliveries matching the specified filter.
(Inherited from IRetailerDeliveryQueryService) | |
| GetAll |
Gets all RetailerDeliveries
(Inherited from IRetailerDeliveryQueryService) | |
| GetSingle |
Gets a single RetailerDelivery matching the provided filter.
(Inherited from IRetailerDeliveryQueryService) |