public IViewComponentResult Invoke() { var result = new MenuModel { ArticleCategories = _articleCategoryQuery.GetArticleCategories(), ProductCategories = _productCategoryQuery.GetProductCategory() }; return(View(result)); }
public IViewComponentResult Invoke() { var productCategory = _productCategory.GetProductCategory(); return(View(productCategory)); }