IUndeleteHandler<TRow,TUndeleteRequest,TUndeleteResponse>.Undelete method
namespace: Serenity.Services assembly: Serenity.Net.Services
Processes a undelete request
public TUndeleteResponse Undelete(IUnitOfWork uow, TUndeleteRequest request)
| parameter | description |
|---|---|
| uow | Unit of work |
| request | The undelete request |
See Also
- class TUndeleteResponse
- interface IUnitOfWork
- class TUndeleteRequest
- interface IUndeleteHandler<TRow,TUndeleteRequest,TUndeleteResponse>