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