Method Update
Update(List<TList>, CancellationToken)
Updates the list of entities.
Task Update(List<TList> entity, CancellationToken cancellationToken = default)
Parameters
entity
List<TList>The list of entities to update.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task
A task representing the asynchronous operation.