Exemplo n.º 1
0
        public List <Show> Get()
        {
            var shows = _scraperService.GetShows();

            return(shows);
        }