Example #1
0
 public ActionResult StudentsJson(int id)
 {
     return(Content(ExamsDal.StringJson(id)));
 }