Click or drag to resize
Infosoft Logo

INumberCorrectionService Interface

Service for manipulating NumberCorrection 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 INumberCorrectionService : INumberCorrectionQueryService, 
	IBusinessService

The INumberCorrectionService type exposes the following members.

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