Exemple #1
0
 public YouTubeDownloader(IThirdPartyYouTubeLib api)
 {
     this.api = api;
 }
Exemple #2
0
 public YouTubeManager(IThirdPartyYouTubeLib service)
 {
     _service = service;
 }
Exemple #3
0
 public CachedYouTubeClass(IThirdPartyYouTubeLib service)
 {
     _service = service;
 }
Exemple #4
0
 public YouTubeCacheProxy()
 {
     this.youtubeService = new ThirdPartyYouTubeClass();
 }