Click or drag to resize
Infosoft Logo

IBankVerificationService Interface

Service for manipulating BankVerification 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 IBankVerificationService : IBankVerificationQueryService, 
	IBusinessService

The IBankVerificationService type exposes the following members.

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