Exemplo n.º 1
0
 public bool PodcastExists(int podcastId)
 {
     return(_podcastRepository.PodcastExists(podcastId));
 }