internal YouTubeVideosEndpoint(YouTubeHttpService service)
 {
     Service = service;
 }
Exemplo n.º 2
0
 internal YouTubePlaylistsEndpoint(YouTubeHttpService service)
 {
     Service = service;
 }
Exemplo n.º 3
0
 internal YouTubeChannelsEndpoint(YouTubeHttpService service)
 {
     Service = service;
 }