Exemplo n.º 1
0
 public TwitchService(DiscordSocketClient client)
 {
     this.client             = client;
     this.twitchSettingsRepo = new TwitchSettingsRepository();
 }
Exemplo n.º 2
0
 public TwitchService()
 {
     this.httpClient         = new HttpClient();
     this.twitchSettingsRepo = new TwitchSettingsRepository();
 }