예제 #1
0
 public DBConnect()
 {
     _sqlQueries = new SQLQueries();
 }
예제 #2
0
 public SQLQueries()
 {
     Instance = this;
 }