Skip to content

ListRequestHandlerAsync<TRow> constructor

namespace: Serenity.Services   assemblySerenity.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