示例#1
0
 public async Task <ResponseBase> AddEditReport([FromBody] ReportConfigAddEdit report)
 {
     return(await ReportService.AddEditReport(new TeamHttpContext(HttpContext), report).ConfigureAwait(false));
 }