IDelivery | |
public interface IDeliveryService : IDeliveryQueryService, IBusinessService
The IDeliveryService type exposes the following members.
| Name | Description | |
|---|---|---|
| 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) |