Click or drag to resize
Infosoft Logo

INumberCorrectionEntityService Interface

A base repository service for manipulating NumberCorrection 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 INumberCorrectionEntityService : INumberCorrectionQueryService, 
	IBusinessService

The INumberCorrectionEntityService type exposes the following members.

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