Click or drag to resize
Infosoft Logo

IExternalPaymentReferenceDueEntityService Interface

A base repository service for manipulating ExternalPaymentReferenceDue 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 IExternalPaymentReferenceDueEntityService : IExternalPaymentReferenceDueQueryService, 
	IBusinessService

The IExternalPaymentReferenceDueEntityService type exposes the following members.

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