コード例 #1
0
 public async Task <IActionResult> Summary()
 {
     return(View(await _summaryService.GetProjectsPerManagerChartViewModelAsync()));
 }