Example #1
0
 public JsonResult Updatecityarea(Master_CityArea c)
 {
     return(Json(db.Updatecityarea(c), JsonRequestBehavior.AllowGet));
 }