Пример #1
0
 public JsonResult deletecity(int CityCode)
 {
     return(Json(db.Deletecity(CityCode), JsonRequestBehavior.AllowGet));
 }