示例#1
0
 public async Task <FileStreamResult> DownloadAsync(int reportId)
 {
     return(await ReportService.DownloadAsync(new TeamHttpContext(HttpContext), reportId).ConfigureAwait(false));
 }