UndeleteRequestHandler<TRow> constructor

namespace: Serenity.Services   assemblySerenity.Net.Services

Base generic class for undelete request handlers that use UndeleteRequest as the request type, and UndeleteResponse as the response type.

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

Remarks

Creates an instance of the class

See Also