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

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