예제 #1
0
 public async Task DeletePodcast(int podcastId)
 {
     await _podcastRepository.DeletePodcast(podcastId);
 }