UndeleteRequestHandler<TRow> constructor
Base generic class for undelete request handlers that use UndeleteRequest as the request type, and UndeleteResponse as the response type.
public UndeleteRequestHandler(IRequestContext context)
| parameter | description |
|---|---|
| TRow | The entity type |
| context | The request context |
Remarks
Initializes a new instance of the class.
See Also
- interface IRequestContext
- class UndeleteRequestHandler<TRow>