예제 #1
0
 /// <inheritdoc cref="IUnitOfWork"/>
 public async Task CommitAsync(CancellationToken cancellationToken = default)
 {
     await Task.WhenAll(_sessionManager.CommitAllAsync(cancellationToken))
     .ConfigureAwait(false);
 }