Beispiel #1
0
        public ActionResult CountryLookup()
        {
            var countries = CountyManager.GetCountries();

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