IUndeleteRequestProcessor.Process method
Processes the UndeleteRequest and returns a UndeleteResponse
public UndeleteResponse Process(IUnitOfWork uow, UndeleteRequest request)
| parameter | description |
|---|---|
| uow | Unit of work |
| request | Delete request |
See Also
- class UndeleteResponse
- interface IUnitOfWork
- class UndeleteRequest
- interface IUndeleteRequestProcessor