예제 #1
0
 public ActionResult States(int id)
 {
     return(Json(_siteService.GetStates(countryId: id), JsonRequestBehavior.AllowGet));
 }