Exemplo n.º 1
0
 // GET: Habitat
 public ActionResult Index()
 {
     ViewBag.animalCount = repo.GetAllHabitats();
     return(View());
 }