public IssueConfirmationHelper(BugBotDataContext dataStore, IssueHelper helper) { this.dataStore = dataStore; this.helper = helper; }
public IssueHelper(BugBotDataContext dataStore, DiscordBot mainInstance) { this.dataStore = dataStore; this.mainInstance = mainInstance; }