コード例 #1
0
        // GET: ItemCategory
        public ActionResult Index()
        {
            IEnumerable <ItemCategory> itemCategories = itemCategoryService.GetAll();

            return(View("Index", itemCategories));
        }