Exemple #1
0
 public ActionResult DeleteProblem(int problemId)
 {
     return(Json(_teacherService.DeleteProblemById(problemId)));
 }