예제 #1
0
 public FakeDbTransaction(FakeDbConnection c, IsolationLevel level)
     : base()
 {
     this.DbConnection   = c;
     this.IsolationLevel = level;
 }