Method Update
Update(TEdit, CancellationToken)
Updates the entity with the specified edit model.
Task<PrimaryKeys<T>> Update(TEdit entity, CancellationToken cancellationToken = default)
Parameters
entity
TEditThe edit model.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<PrimaryKeys<T>>
The primary keys of the updated entity.