Esempio n. 1
0
 public List<string> SearchClassDataBaseCount(int cID, string cName, int cUnit)
 {
     TeachDataBase tDB = new TeachDataBase();
     return tDB.SearchClassDataBaseCount(cID, cName, cUnit);
 }