Esempio n. 1
0
 //
 public DataTable getCourseIdAndNum(string tea_id)
 {
     return(teacherDao.getCourseIdAndNum(tea_id));
 }