Beispiel #1
0
 public async Task <IActionResult> AllCriticisms()
 {
     return(this.View(await reflectionService.GetAllCriticismsAsync(this.userManager.GetUserId(this.User))));
 }