Esempio n. 1
0
 // GET: /University/
 public ActionResult Index()
 {
     return(View(universityRepo.GetFaculty()));
 }