UndeleteRequestHandler<TRow,TUndeleteRequest,TUndeleteResponse>.Process method
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. |