Esempio n. 1
0
        public ActionResult GetListCommentAuto(string key, string keword, int showLimit, int agencyId)
        {
            var obj = Request["key"] != Keyapi ? new List <SuggestionsProduct>() : _da.GetListCommentAuto(keword, showLimit, agencyId);

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