public List <Cl_CourseOrder> GetTeacherCourseAttendceList(out int totalCount, int CourseId, int startIndex = 0, int pageLength = int.MaxValue) { return(_courseOrderDB.GetTeacherCourseAttendceList(out totalCount, CourseId, startIndex, pageLength)); }