コード例 #1
0
 public GithubApiFacade(IGithubApiService githubApiService)
 {
     _githubApiService = githubApiService;
 }
コード例 #2
0
 public App(Settings settings, IGithubApiService githubApiService, IGithubActionService githubActionService)
 {
     _settings            = settings;
     _githubApiService    = githubApiService;
     _githubActionService = githubActionService;
 }