Click or drag to resize
Infosoft Logo

IPaymentTransactionEntityService Interface

A base repository service for manipulating PaymentTransaction 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 IPaymentTransactionEntityService : IPaymentTransactionQueryService, 
	IBusinessService

The IPaymentTransactionEntityService type exposes the following members.

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