Exemple #1
0
 public void TestInsert(MyTableItem item)
 {
     MyTableDao.Insert(item);
     MyTableDao2.Insert(item);
     if (true)
     {
         //throw new Exception("TEST");
     }
 }
Exemple #2
0
 public void TestTransaction()
 {
     MyTableDao.GetConnectionString();
 }