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