Example #1
0
 public async Task Reject(int podcastId)
 {
     await _podcastRepository.Reject(podcastId);
 }