Click or drag to resize
Infosoft Logo

IRetailerBillPayerEntityService Interface

A base repository service for manipulating RetailerBillPayer 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 IRetailerBillPayerEntityService : IRetailerBillPayerQueryService, 
	IBusinessService

The IRetailerBillPayerEntityService type exposes the following members.

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