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