示例#1
0
 public List <SearchWordConvertMapDb> GetAllSearchWord(SearchWordConfigType configType)
 {
     return(_searchHandler.GetAllSearchWord(configType));
 }
示例#2
0
 public List <SearchWordConvertMapDb> GetAllSearchWord()
 {
     return(_searchHandler.GetAllSearchWord());
 }