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