Skip to content

UndeleteRequestHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse> constructor

namespace: Serenity.Services   assemblySerenity.Net.Services

Initializes a new instance of the class.

public UndeleteRequestHandlerAsync(IRequestContext context)
parameter description
context Request context

Exceptions

exception condition
ArgumentNullException context is null.

See Also