コード例 #1
0
 JsonResult GetCanton(int idProvince)
 {
     return(Json(personData.GetCanton(idProvince), JsonRequestBehavior.AllowGet));
 }