Click or drag to resize
Infosoft Logo

IPaymentStopEntityService Interface

A base repository service for manipulating PaymentStop 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 IPaymentStopEntityService : IPaymentStopQueryService, 
	IBusinessService

The IPaymentStopEntityService type exposes the following members.

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