Example #1
0
 public async Task CommitAsync(CancellationToken cancellationToken = default)
 {
     await _commandDbContext.CommitAsync();
 }