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