Esempio n. 1
0
 public IEnumerable <Podcast> GetPopularPodcasts()
 {
     return(podcastRepository.GetPopularPodcasts());
 }