Skip to content

DeleteRequestHandler<TRow> constructor

Base generic class for delete request handlers that use DeleteRequest as the request type, and DeleteResponse as the response type.

public DeleteRequestHandler(IRequestContext context)
parameter description
TRow The entity type
context The request context

Remarks

Initializes a new instance of the class.

See Also