ICustomer | |
public interface ICustomerOrderService : ICustomerOrderQueryService, IBusinessService
The ICustomerOrderService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of CustomerOrders matching the specified filter.
(Inherited from ICustomerOrderQueryService) | |
| GetAll |
Gets all CustomerOrders
(Inherited from ICustomerOrderQueryService) | |
| GetSingle |
Gets a single CustomerOrder matching the provided filter.
(Inherited from ICustomerOrderQueryService) |