public async Task <IEnumerable <DictInfo> > GetInfoList(string num) { return(await _dictService.GetListInfo()); }