コード例 #1
0
 public IEnumerable <FeaturedPodcast> GetFeaturedPodcasts()
 {
     return(_podcastRepository.GetFeaturedPodcasts(3));
 }