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