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