UndeleteRequestHandler<TRow,TUndeleteRequest,TUndeleteResponse>.Process method

namespace: Serenity.Services   assemblySerenity.Net.Services

Processes the undelete request. This is the entry point for the handler.

public TUndeleteResponse Process(IUnitOfWork unitOfWork, TUndeleteRequest request)
parameter description
unitOfWork Unit of work
request Request

Exceptions

exception condition
ArgumentNullException unitofWork is null

See Also