INumber | |
public interface INumberCorrectionEntityService : INumberCorrectionQueryService, IBusinessService
The INumberCorrectionEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new NumberCorrection | |
| Delete | Deletes the specified NumberCorrection. | |
| Get |
Gets a list of NumberCorrections matching the specified filter.
(Inherited from INumberCorrectionQueryService) | |
| GetAll |
Gets all NumberCorrections
(Inherited from INumberCorrectionQueryService) | |
| GetSingle |
Gets a single NumberCorrection matching the provided filter.
(Inherited from INumberCorrectionQueryService) | |
| Update | Updates the specified NumberCorrection |