ListRequestHandlerAsync<TRow> constructor
namespace: Serenity.Services assembly: Serenity.Net.Services
Base generic class for async list request handlers that use ListRequest as the request type, and ListResponse as the response type.
public ListRequestHandlerAsync(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 ListRequestHandlerAsync<TRow>