示例#1
0
 public async Task <PopularResult <List <DictDto> > > GetAllAsync()
 {
     return(await _dictService.GetAllAsync());
 }