Пример #1
0
 public void UpdatePodcastCategory(string currentName, string newName)
 {
     podcastRepository.UpdatePodcastCategory(currentName, newName);
 }