Esempio n. 1
0
 public Podcasts GetById(int id)
 {
     return(_podcastService.GetById(id));
 }