Skip to content

SaveRequestHandlerAsync<TRow> constructor

namespace: Serenity.Services   assemblySerenity.Net.Services

Base generic class for async save request handlers that use SaveRequest as the request type, and SaveResponse as the response type.

public SaveRequestHandlerAsync(IRequestContext context)
parameter description
TRow The entity type
context Request context

Remarks

Initializes a new instance of the class.

See Also