Click or drag to resize
Infosoft Logo

IBankVerificationEntityService Interface

A base repository service for manipulating BankVerification 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 IBankVerificationEntityService : IBankVerificationQueryService, 
	IBusinessService

The IBankVerificationEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new BankVerification
Public methodDelete Deletes the specified BankVerification.
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)
Public methodUpdate Updates the specified BankVerification
Top
See Also