Пример #1
0
 public Transaction(Database db, IsolationLevel isolationLevel)
 {
     _db = db;
     _db.BeginTransaction(isolationLevel);
 }