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