ISales | |
public interface ISalesPersonEntityService : ISalesPersonQueryService, IBusinessService
The ISalesPersonEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new SalesPerson | |
| Delete | Deletes the specified SalesPerson. | |
| 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) | |
| Update | Updates the specified SalesPerson |