Esempio n. 1
0
 // GET api/youtube/id
 public ChannelVideo Get(string id)
 {
     return(_ytService.Get(id));
 }