示例#1
0
 public async Task <IActionResult> AllCompliments()
 {
     return(this.View(await reflectionService.GetAllComplimentsAsync(this.userManager.GetUserId(this.User))));
 }