Пример #1
0
 public async Task <IViewComponentResult> InvokeAsync()
 {
     return(View(await _dashboardManager.GetPendingTasks()));
 }