SaveRequestHandlerAsync<TRow> constructor
namespace: Serenity.Services assembly: Serenity.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
- interface IRequestContext
- class SaveRequestHandlerAsync<TRow>