示例#1
0
 public DBHelper(TFSServicesDBContainer pDB)
 {
     DB = pDB;
 }
示例#2
0
 public DBHelper()
 {
     DB = new TFSServicesDBContainer();
 }