Beispiel #1
0
        public JsonResult GetLatLng(int TownId)
        {
            var town = _townService.GetByTownId(TownId);

            return(Json(town));
        }