Exemplo n.º 1
0
 public List <CourseInfo> GetCourseInfoByUserNo(long userNo)
 {
     return(_CourseDao.GetCourseListByUserNo(userNo));
 }