ISales | |
public interface ISalesTeamEntityService : ISalesTeamQueryService, IBusinessService
The ISalesTeamEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new SalesTeam | |
| Delete | Deletes the specified SalesTeam. | |
| Get |
Gets a list of SalesTeams matching the specified filter.
(Inherited from ISalesTeamQueryService) | |
| GetAll |
Gets all SalesTeams
(Inherited from ISalesTeamQueryService) | |
| GetSingle |
Gets a single SalesTeam matching the provided filter.
(Inherited from ISalesTeamQueryService) | |
| Update | Updates the specified SalesTeam |