Example #1
0
        public async Task <IActionResult> LoadInfo()
        {
            var result = await _informationService.GetParkInfo <ParkInformationResponse>();

            return(Ok(result));
        }