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