Пример #1
0
 public JsonResult Addcity(Master_City c)
 {
     return(Json(db.AddCity(c), JsonRequestBehavior.AllowGet));
 }