Esempio n. 1
0
 public async Task <EmbedReport> GetEmbedReportAsync(int reportId)
 {
     return(await _reportingService.GetEmbedReportAsync(reportId, User.Identity.Name));
 }