Skip to content

DeleteRequestHandlerAsync<TRow> constructor

namespace: Serenity.Services   assemblySerenity.Net.Services

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

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

Remarks

Initializes a new instance of the class.

See Also