IUndeleteRequestProcessor.Process method
namespace: Serenity.Services assembly: Serenity.Net.Services
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