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