IInvoice | |
public interface IInvoiceProductionService : IInvoiceProductionQueryService, IBusinessService
The IInvoiceProductionService type exposes the following members.
| Name | Description | |
|---|---|---|
| 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) |