Click or drag to resize
Infosoft Logo

IRetailerBillPayerService Interface

Service for manipulating RetailerBillPayer 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 IRetailerBillPayerService : IRetailerBillPayerQueryService, 
	IBusinessService

The IRetailerBillPayerService type exposes the following members.

Methods
 NameDescription
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)
Top
See Also