Esempio n. 1
0
 public SqlDbContext()
 {
     DbHelper = new DbUtility();
 }
Esempio n. 2
0
 public SqlDb()
 {
     DbHelper = new DbUtility();
 }