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