예제 #1
0
 public ActionResult Detail(Guid id)
 {
     ViewBag.PersonId = id;
     return(PartialView("_Detail", _repository.GetAllByPerson(id)));
 }