Click or drag to resize
Infosoft Logo

IRetailerInvoiceSumHistoryEntityService Interface

A base repository service for manipulating RetailerInvoiceSumHistory 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 IRetailerInvoiceSumHistoryEntityService : IRetailerInvoiceSumHistoryQueryService, 
	IBusinessService

The IRetailerInvoiceSumHistoryEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new RetailerInvoiceSumHistory
Public methodDelete Deletes the specified RetailerInvoiceSumHistory.
Public methodGet Gets a list of RetailerInvoiceSumHistories matching the specified filter.
(Inherited from IRetailerInvoiceSumHistoryQueryService)
Public methodGetAll Gets all RetailerInvoiceSumHistories
(Inherited from IRetailerInvoiceSumHistoryQueryService)
Public methodGetSingle Gets a single RetailerInvoiceSumHistory matching the provided filter.
(Inherited from IRetailerInvoiceSumHistoryQueryService)
Public methodUpdate Updates the specified RetailerInvoiceSumHistory
Top
See Also