コード例 #1
0
 public DataTable GetCourseReportData(long ClassID, long CourseID)
 {
     return(DAL.GetCourseReportDataDAL(ClassID, CourseID));
 }