コード例 #1
0
 public async Task <IActionResult> About()
 {
     return(View(await _githubService.GetContributorsAsync()));
 }