Esempio n. 1
0
        public JsonResult SearchWord(string keyword)
        {
            List <WordRankVM> rankingList = SearchServices.GetWordRanking(keyword);

            return(Json(rankingList, JsonRequestBehavior.AllowGet));
        }