예제 #1
0
 public ActionResult Details(int id)
 {
     ViewBag.habitatDetail = repo.IndividualHabitat(id);
     return(View());
 }