Exemplo n.º 1
0
        public ActionResult GetListAuto(string key, string keword, int showLimit)
        {
            var obj = key != Keyapi ? new List <SuggestionsTMNews>() : _da.GetListSimpleByAutoComplete(keword, showLimit);

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