예제 #1
0
 public SqlDbContext()
 {
     DbHelper = new DbUtility();
 }
예제 #2
0
 public SqlDb()
 {
     DbHelper = new DbUtility();
 }