Exemplo n.º 1
0
        public async Task <IEnumerable <dynamic> > GetAllResortsForDestination(string destination)
        {
            var res = await _positionRepo.GetAllResortsForDestination(destination);

            return(res);
        }