Method GetEdit
GetEdit(PrimaryKeys<T>, CancellationToken)
Gets the edit entity based on the primary keys.
public virtual 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 entity.