Example #1
0
 public JsonResult deletecityarea(int AreaCode)
 {
     return(Json(db.Deletecityarea(AreaCode), JsonRequestBehavior.AllowGet));
 }