Beispiel #1
0
 // GET: People/Details
 public ActionResult Details(int id)
 {
     return(View(crudRepo.GetOnePerson(id)));
 }