DeleteRequestHandlerAsync<TRow> constructor
Base generic class for async delete request handlers that use DeleteRequest as the request type, and DeleteResponse as the response type.
public DeleteRequestHandlerAsync(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 DeleteRequestHandlerAsync<TRow>