예제 #1
0
        public string Get_VehicleOverview_IdentificationNumber(int dataBlockId)
        {
            SQLDB_Records sqldbRecords = new SQLDB_Records(connectionString, sqlDB.GETMYSQLCONNECTION());
            string IdentificationNumber = sqldbRecords.Get_VOverview_IdentificationNumber(dataBlockId);

            return IdentificationNumber;
        }