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