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