Пример #1
0
        public ActionResult ATMGoogleMap()
        {
            var model = new ModelCityItem
            {
                ListItem          = _cityBl.GetAllListByGoogleMap(),
                ListGoogleMapItem = _googleMapBl.GetAllListSimple()
            };

            return(PartialView(model));
        }