Esempio n. 1
0
 public static string[] GetHotSearchKeywords(string keyword)
 {
     return(SearchKeywordService.GetHotSearchKeywords(keyword));
 }
Esempio n. 2
0
        public string[] GetHotSearchKeywords(string keyWord, int displaycount)
        {
            SearchKeywordService service = new SearchKeywordService();

            return(service.GetHotSearchKeywords(keyWord, displaycount));
        }