Пример #1
0
 public IViewComponentResult Invoke()
 {
     return(View(_categoryApiService.GetAllWithBlogsCountAsync().Result));
 }