Ejemplo n.º 1
0
 public void AddPodcastEpisodes(int podcastId)
 {
     Task.Run(() => _rssService.AddPodcastEpisodes(podcastId));
 }