Method GetEdit
GetEdit(IPrimaryKey, CancellationToken)
Gets the edit model entity by primary keys.
public virtual Task<TEdit> GetEdit(IPrimaryKey keys, CancellationToken cancellationToken = default)
Parameters
keysIPrimaryKeyThe primary keys.
cancellationTokenCancellationTokenThe cancellation token.
Returns
- Task<TEdit>
The edit model entity.