Beispiel #1
0
 public WorkItemLinkMapper(ISystemLog systemLog,
                           IGitHubConfigurationStore store,
                           CommentParser commentParser,
                           Lazy <IGitHubClient> githubClient)
 {
     this.systemLog     = systemLog;
     this.store         = store;
     this.commentParser = commentParser;
     this.githubClient  = githubClient;
 }
 public GitHubIssueTracker(IGitHubConfigurationStore configurationStore)
 {
     this.configurationStore = configurationStore;
 }