示例#1
0
 public async Task <ResponseBase <List <SchedulerList> > > SchedulerNames()
 {
     return(await ReportService.SchedulerNames(new TeamHttpContext(HttpContext)).ConfigureAwait(false));
 }