ISales | |
public interface ISalesPersonService : ISalesPersonQueryService, IBusinessService
The ISalesPersonService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of SalesPersons matching the specified filter.
(Inherited from ISalesPersonQueryService) | |
| GetAll |
Gets all SalesPersons
(Inherited from ISalesPersonQueryService) | |
| GetSingle |
Gets a single SalesPerson matching the provided filter.
(Inherited from ISalesPersonQueryService) |