示例#1
0
 public Task <IEnumerable <TestDto> > GetListAsync()
 {
     return(_testAppService.GetListAsync());
 }