Example #1
0
 public async Task <AmountDto> GetAmoutOfPDFsCreatedByUser()
 {
     return(await _statisticsService.GetAmoutOfPDFsCreatedByUser(HttpContext.User.Identity.Name));
 }