Пример #1
0
        public JsonResult GetTypeAheadSpecRequestFootprintList(string query)
        {
            using (SpecRequestRepository sRepo = new SpecRequestRepository())
            {
                var theList = sRepo.GetFootprintList(query);

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