Ejemplo n.º 1
0
        public IActionResult Index()
        {
            CategoryListModel listModel = new CategoryListModel
            {
                categoryList = ICategoryServices.CategoryList().ToList()
            };

            return(View(listModel));
        }