コード例 #1
0
ファイル: YouTubeManager.cs プロジェクト: Xronosmax/CouchBot
 public YouTubeManager(IYouTubeDal youTubeDal)
 {
     _youTubeDal = youTubeDal;
 }
コード例 #2
0
 public YouTubeManager()
 {
     _youtubeDal = new YouTubeDal();
 }