예제 #1
0
 public JsonResult GetAllGradesForExam(int examId)
 {
     return(Json(_gradeService.GetAllExamGrades(examId)));
 }