Ejemplo n.º 1
0
 public ImageColorizationService(StorageManagerService fileStorageService,
                                 IHttpProxyService httpProxyService)
 {
     _fileStorageService = fileStorageService;
     _httpProxyService   = httpProxyService;
 }
Ejemplo n.º 2
0
 public CMSVSTSServiceAgentRepository(IHttpProxyService httpProxyService,
                                      IOptions <VSTSServiceOptions> vstsOptions)
 {
     _httpProxyService = httpProxyService;
     _vstsOptions      = vstsOptions;
 }
Ejemplo n.º 3
0
 public CMSGitHubServiceAgentRepository(IHttpProxyService httpProxyService)
 {
     _httpProxyService = httpProxyService;
 }
 public CMSGitLabServiceAgentRepository(IHttpProxyService httpProxyService,
                                        IOptions <FakeAccountServiceOptions> fakeAccountServiceOptions)
 {
     _httpProxyService          = httpProxyService;
     _fakeAccountServiceOptions = fakeAccountServiceOptions;
 }
Ejemplo n.º 5
0
 public PipelineSpaceTemplateRepository(IHttpProxyService httpProxyService,
                                        IOptions <VSTSServiceOptions> vstsOptions)
 {
     _httpProxyService = httpProxyService;
     _vstsOptions      = vstsOptions;
 }
 public CMSPipelineServiceAgentRepository(IHttpProxyService httpProxyService)
 {
     _httpProxyService = httpProxyService;
 }
Ejemplo n.º 7
0
 public CategoryController(IHttpProxyService proxy)
 {
     this._proxy = proxy;
 }
Ejemplo n.º 8
0
 public AuthorController(IHttpProxyService proxy)
 {
     this._proxy = proxy;
 }
 public CMSBitBucketServiceAgentRepository(IHttpProxyService httpProxyService)
 {
     _httpProxyService = httpProxyService;
 }
 public CMSBitBucketQueryServiceAgentRepository(IHttpProxyService httpProxyService,
                                                IOptions <FakeAccountServiceOptions> fakeAccountServiceOptions)
 {
     _httpProxyService          = httpProxyService;
     _fakeAccountServiceOptions = fakeAccountServiceOptions;
 }
Ejemplo n.º 11
0
 public HomeController(IHttpProxyService proxy)
 {
     this._proxy = proxy;
 }