예제 #1
0
 public List <Cl_CourseOrder> GetTeacherCourseUserList(out int totalCount, int CourseId, int startIndex = 0, int pageLength = int.MaxValue)
 {
     return(_courseOrderDB.GetTeacherCourseUserList(out totalCount, CourseId, startIndex, pageLength));
 }