Exemple #1
0
 //Get Flags
 public JsonResult GetFlags()
 {
     return(Json(CountryData.GetFlags(), JsonRequestBehavior.AllowGet));
 }