Click or drag to resize
Infosoft Logo

IRetailerInvoiceHistoryService Interface

Service for manipulating RetailerInvoiceHistory entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IRetailerInvoiceHistoryService : IRetailerInvoiceHistoryQueryService, 
	IBusinessService

The IRetailerInvoiceHistoryService type exposes the following members.

Methods
 NameDescription
Public methodGet Gets a list of RetailerInvoiceHistories matching the specified filter.
(Inherited from IRetailerInvoiceHistoryQueryService)
Public methodGetAll Gets all RetailerInvoiceHistories
(Inherited from IRetailerInvoiceHistoryQueryService)
Public methodGetSingle Gets a single RetailerInvoiceHistory matching the provided filter.
(Inherited from IRetailerInvoiceHistoryQueryService)
Top
See Also