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