Click or drag to resize
Infosoft Logo

IPaymentSetupService Interface

Service for manipulating PaymentSetup 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 IPaymentSetupService : IPaymentSetupQueryService, 
	IBusinessService

The IPaymentSetupService type exposes the following members.

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