Пример #1
0
 private DDDClass.NationNumeric Get_VehicleOverview_RegistrationNation(int dataBlockId)
 {
     SQLDB_Records sqldbRecords = new SQLDB_Records(connectionString, sqlDB.GETMYSQLCONNECTION());
     DDDClass.NationNumeric RegistrationNation = new DDDClass.NationNumeric(sqldbRecords.Get_VOverview_RegistrationNation(dataBlockId));
     return RegistrationNation;
 }