Skip to content

ISaveRequestProcessor.Process method

Processes the ISaveRequest and returns a SaveResponse.

public SaveResponse Process(IUnitOfWork uow, ISaveRequest request, SaveRequestType type)
parameter description
uow Unit of work
request Save request
type Save request type, Create or Update

See Also