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