コード例 #1
0
        public ActionResult PeopleHaveItemListWithoutLayout()
        {
            var personData = new PersonData();
            var list       = personData.GetAllPersonHaveItem();

            return(View("~/views/twotier/_PeopleList.cshtml", list));
        }