Example #1
0
 public IViewComponentResult Invoke()
 {
     return(View(_categoryApiService.GetAllWithTopicsCount().Result));
 }