コード例 #1
0
ファイル: CourseController.cs プロジェクト: ngocnt1801/QBCS
        public ActionResult GetStaffCourseDetailStat(int id)
        {
            var result = examinationService.GetExamStat(id);

            return(PartialView("Staff_CourseDetailStatistic", result));
        }