Example #1
0
 public AppStartupService(IAzureDevOpsService azureDevOpsService,
                          IAzureDevopsAuthService authService,
                          IOptions <AzureDevOpsSettings> options)
 {
     _azureDevOpsService = azureDevOpsService;
     _authService        = authService;
     _options            = options;
 }
Example #2
0
 public AzureDevOpsService(IAzureDevopsAuthService authService)
 {
     _authService = authService;
 }