コード例 #1
0
        //Show All Item
        public ActionResult ShowAll()
        {
            List <Item> listOfItem = itemBll.GetAll();

            return(View(listOfItem));
        }