Exemplo n.º 1
0
        public JsonResult GetServices(string prefix, string hostName)
        {
            var serviceNames = _autocompleteService.GetServiceNames(hostName, prefix);

            return(Json(serviceNames.ToList(), JsonRequestBehavior.AllowGet));
        }