Example #1
0
        public async Task <IActionResult> GetMorePlaces(string token)
        {
            var morePlaces = await pd.MorePlaces(token);

            return(View(morePlaces));
        }