Exemplo n.º 1
0
 // GET: Admin/Family/Details/5
 public ActionResult Details(int id)
 {
     return(View(familyService.GetById(id)));
 }