コード例 #1
0
 public async Task <Everything> GetEverything()
 {
     return(await _everythingService.GetEverythingAsync(User.Identity.Name));
 }