UndeleteRequestHandler<TRow> constructor
namespace: Serenity.Services assembly: Serenity.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
- interface IRequestContext
- class UndeleteRequestHandler<TRow>