IDelivery | |
public interface IDeliveryEntityService : IDeliveryQueryService, IBusinessService
The IDeliveryEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new Delivery | |
| Delete | Deletes the specified Delivery. | |
| Get |
Gets a list of Deliveries matching the specified filter.
(Inherited from IDeliveryQueryService) | |
| GetAll |
Gets all Deliveries
(Inherited from IDeliveryQueryService) | |
| GetSingle |
Gets a single Delivery matching the provided filter.
(Inherited from IDeliveryQueryService) | |
| Update | Updates the specified Delivery |