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