Method GetEdit
GetEdit(IPrimaryKey, CancellationToken)
Gets the edit entity based on the specified primary keys.
Task<TEdit> GetEdit(IPrimaryKey keys, CancellationToken cancellationToken = default)
Parameters
keys
IPrimaryKeyThe primary keys of the entity.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<TEdit>
The edit entity.