Beispiel #1
0
        public async Task <IViewComponentResult> InvokeAsync()
        {
            var listCate = _ICate.GetAllCategory_Customer();

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