Skip to content

ISaveBehaviorAsync.OnAuditAsync method

Called after row is inserted to / updated and auditing should be performed

public Task OnAuditAsync(ISaveRequestHandler handler, CancellationToken cancellationToken = default)
parameter description
handler Calling save request handler
cancellationToken Cancellation token

See Also