コード例 #1
0
ファイル: PodcastController.cs プロジェクト: pandrum/Podify
        public void CheckForNewEpisodes(string url)
        {
            var newEpisodes = GetEpisodesForPodcast(url);

            podcastRepository.UpdatePodcastEpisodes(url, newEpisodes);
        }