예제 #1
0
 public async Task SavePodcastAsync(Podcast podcast)
 {
     await storageService.SaveAsync(podcast);
 }