Esempio n. 1
0
 public JsonResult GetStudents()
 {
     return(Json(_studentBusiness.FindAll(), JsonRequestBehavior.AllowGet));
 }