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