Exemple #1
0
 // GET: Admin/Family
 public ActionResult Index()
 {
     return(View(familyService.GetActive()));
 }