Example #1
0
        public async Task <ActionResult> SeedCityCoords()
        {
            await _cityManager.SeedAllCoords();

            return(Json("STATUS_OK"));
        }