Ejemplo n.º 1
0
 // GET: Student
 public ActionResult Index()
 {
     return(View(StudentRepo.All()));
 }