コード例 #1
0
 public CommandHandler(GitHubClientOptions options)
 {
     _client = options.GitHubClientFactory();
 }
コード例 #2
0
 public CommandHandler(GitHubClientOptions options, IQueryProcessor queryProcessor)
 {
     _client         = options.GitHubClientFactory();
     _queryProcessor = queryProcessor;
 }
コード例 #3
0
 public QueryHandler(GitHubClientOptions options)
 {
     _client = options.GitHubClientFactory();
 }