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