Пример #1
0
 public async Task <ActionResult> GetCoords(int cityId)
 {
     return(Json(await _cityManager.GetCoords(cityId), JsonRequestBehavior.AllowGet));
 }