IRetailer | |
public interface IRetailerDeliveryEntityService : IRetailerDeliveryQueryService, IBusinessService
The IRetailerDeliveryEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new RetailerDelivery | |
| Delete | Deletes the specified RetailerDelivery. | |
| 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) | |
| Update | Updates the specified RetailerDelivery |