コード例 #1
0
 public HTTPClientController(IHttpClientFactory clientFactory, GitHubService gitHubService, UnreliableEndpointCallerService unreliableEndpointCallerService)
 {
     _clientFactory = clientFactory;
     _gitHubService = gitHubService;
     _unreliableEndpointCallerService = unreliableEndpointCallerService;
 }
コード例 #2
0
 public UnreliableConsumerController(UnreliableEndpointCallerService unreliableEndpointCallerService)
 {
     _unreliableEndpointCallerService = unreliableEndpointCallerService;
 }
コード例 #3
0
 public GetUnreliableEndpoint(UnreliableEndpointCallerService unreliableEndpointCallerService)
 {
     _unreliableEndpointCallerService = unreliableEndpointCallerService;
 }