Method Update
Update(TEdit, CancellationToken)
Updates the edit entity.
public virtual Task<PrimaryKeys<T>> Update(TEdit entity, CancellationToken cancellationToken = default)
Parameters
entityTEditThe edit entity to update.
cancellationTokenCancellationTokenThe cancellation token.
Returns
- Task<PrimaryKeys<T>>
The primary keys of the updated entity.