예제 #1
0
 public IEnumerable <Podcast> GetMyPodcasts()
 {
     //Mocked data
     return(podcastRepository.GetPodcastsForProfileId("4900f294-aeef-4902-bbaf-04f6899e1374"));
 }