Пример #1
0
 public static Task CommitExAsync(this IDbTransaction transaction)
 {
     return(transaction.CommitExAsync(CancellationToken.None));
 }