Ejemplo n.º 1
0
        // Loads all families the user has been linked to and returns a partial view
        public ActionResult _Families()
        {
            var uid = User.Identity.Name;

            return(PartialView(_treeService.GetLinkFamilies(uid)));
        }