Example #1
0
 public clsDB(string nomeDB)
 {
     this.ado = new ADOSQLServer2017(nomeDB);
 }