Exemplo n.º 1
0
 public TwitchManager()
 {
     twitchDal = new TwitchDal();
 }
Exemplo n.º 2
0
 public TwitchManager(ITwitchDal twitchDal)
 {
     _twitchDal = twitchDal;
 }