Exemple #1
0
        public async Task <IActionResult> Index()
        {
            var CategoryList = await _categoryViewModelService.GetAllCategoryAsync();

            return(View(CategoryList));
        }