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