Example #1
0
 //is the country valid (and user has access) - no longer used
 public JsonResult IsValidCountryWithLocations(string countryName)
 {
     return(Json(validationRepository.IsValidCountryWithLocations(countryName)));
 }