Esempio n. 1
0
        public ActionResult Index(string userID, string famName)
        {
            FamilyViewModel vm = _service.PopulateFamilyViewModel(userID, famName);

            return(View(vm));
        }