ListRequestHandler<TRow> constructor
namespace: Serenity.Services assembly: Serenity.Net.Services
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
Creates an instance of the class
See Also
- interface IRequestContext
- class ListRequestHandler<TRow>