Exemplo n.º 1
0
 public List <Podcast> GetAllPodcastByKategori(string kategori)
 {
     return(podcastRepository.GetAllByKategori(kategori));
 }