UndeleteRequestHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>.UndeleteAsync method
namespace: Serenity.Services assembly: Serenity.Net.Services
public Task<TUndeleteResponse> UndeleteAsync(IUnitOfWork uow, TUndeleteRequest request,
CancellationToken cancellationToken = default(CancellationToken))
See Also
- class TUndeleteResponse
- interface IUnitOfWork
- class TUndeleteRequest
- class UndeleteRequestHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>