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
keys
PrimaryKeys<T>The primary keys of the entity.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<TEdit>
The edit model.