SaveRequestHandler<TRow> constructor
Base generic class for save request handlers that use SaveRequest as the request type, and SaveResponse as the response type.
public SaveRequestHandler(IRequestContext context)
| parameter | description |
|---|---|
| TRow | The entity type |
| context | Request context |
Remarks
Initializes a new instance of the class.
See Also
- interface IRequestContext
- class SaveRequestHandler<TRow>