Exemple #1
0
 public TwitchManager()
 {
     twitchDal = new TwitchDal();
 }
Exemple #2
0
 public TwitchManager(ITwitchDal twitchDal)
 {
     _twitchDal = twitchDal;
 }