Esempio n. 1
0
 public IEnumerable <IPodcast> GetAllPodcastByUserID(int id)
 {
     return(PodcastRepository.GetAllPodcastsByUserID(id));
 }