UndeleteRequestHandler<TRow,TUndeleteRequest,TUndeleteResponse>.Process method
namespace: Serenity.Services assembly: Serenity.Net.Services
Processes the undelete request. This is the entry point for the handler.
public TUndeleteResponse Process(IUnitOfWork unitOfWork, TUndeleteRequest request)
| parameter | description |
|---|---|
| unitOfWork | Unit of work |
| request | Request |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | unitofWork is null |
See Also
- class TUndeleteResponse
- interface IUnitOfWork
- class TUndeleteRequest
- class UndeleteRequestHandler<TRow,TUndeleteRequest,TUndeleteResponse>