예제 #1
0
 public JsonResult Addcityarea(Master_CityArea ca)
 {
     return(Json(db.AddCityArea(ca), JsonRequestBehavior.AllowGet));
 }