DeleteRequestHandler<TRow,TDeleteRequest,TDeleteResponse>.Process method

namespace: Serenity.Services   assemblySerenity.Net.Services

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

public TDeleteResponse Process(IUnitOfWork unitOfWork, TDeleteRequest request)
parameter description
unitOfWork Unit of work
request Request

Exceptions

exception condition
ArgumentNullException unitofWork or request is null

See Also