Esempio n. 1
0
 // GET: Default
 public ActionResult Index()
 {
     return(View(repo.GetAllStudents()));
 }