Esempio n. 1
0
 public IList <Course_choosing> SelectCourseChoosingListByStu(string stuId)
 {
     return(courseDAL.SelectCourseChoosingListByStu(stuId));
 }