Esempio n. 1
0
 // GET: Animal/Details/5
 public ActionResult Details(int id)
 {
     ViewBag.Animal = repo.FindAnimal(id);
     return(View());
 }