ListRequestHandler<TRow> constructor
Base generic class for list request handlers that use ListRequest as the request type, and ListResponse as the response type.
public ListRequestHandler(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 ListRequestHandler<TRow>