IDelivery |
public interface IDeliveryChangeService : IDeliveryChangeQueryService, IBusinessService
The IDeliveryChangeService type exposes the following members.
Name | Description | |
---|---|---|
Get |
Gets a list of DeliveryChanges matching the specified filter.
(Inherited from IDeliveryChangeQueryService) | |
GetAll |
Gets all DeliveryChanges
(Inherited from IDeliveryChangeQueryService) | |
GetSingle |
Gets a single DeliveryChange matching the provided filter.
(Inherited from IDeliveryChangeQueryService) |