Exemplo n.º 1
0
 public YouTubeManager(IYouTubeDal youTubeDal)
 {
     _youTubeDal = youTubeDal;
 }
Exemplo n.º 2
0
 public YouTubeManager()
 {
     _youtubeDal = new YouTubeDal();
 }