Ejemplo n.º 1
0
        public PartialViewResult KeywordCount(string Keyword)
        {
            IKeywordService service = new KeywordService();

            return(PartialView("_AJAXEnabledServicedKeywordCount", service.KeywordCount(Keyword)));
        }