예제 #1
0
 public CourseInfo GetCourseInfoByCourseNo(long courseNo)
 {
     return(_CourseDao.GetCourseInfoByCourseNo(courseNo));
 }