Method GetEdit
GetEdit(PrimaryKeys<T>, CancellationToken)
Gets the edit model for the specified primary keys.
Task<TEdit> GetEdit(PrimaryKeys<T> keys, CancellationToken cancellationToken = default)
Parameters
keysPrimaryKeys<T>The primary keys of the entity.
cancellationTokenCancellationTokenThe cancellation token.
Returns
- Task<TEdit>
 The edit model.