UndeleteRequestHandlerBase<TRow,TUndeleteRequest,TUndeleteResponse> constructor
namespace: Serenity.Services assembly: Serenity.Net.Services
Initializes a new instance of the class.
protected UndeleteRequestHandlerBase(IRequestContext context)
| parameter | description |
|---|---|
| context | Request context |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | context is null. |