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