Click or drag to resize
Infosoft Logo

IRetailerInvoiceHistoryEntityService Interface

A base repository service for manipulating RetailerInvoiceHistory entities in the database.

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

The IRetailerInvoiceHistoryEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new RetailerInvoiceHistory
Public methodDelete Deletes the specified RetailerInvoiceHistory.
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)
Public methodUpdate Updates the specified RetailerInvoiceHistory
Top
See Also