public RuneberryApiClient(IRestClientContext context) : base(context)
 {
 }
예제 #2
0
 internal IRestClientContext context; // internal for testability
 public SonarCloudRepository(IRestClientContext context)
 {
     this.context = context;
 }
예제 #3
0
 public GitHubClient(IRestClientContext context) : base(context)
 {
 }
 public IpAddressProvider(IRestClientContext context) : base(context)
 {
 }
예제 #5
0
 public RestClient(IRestClientContext context)
 {
     this.Context = context;
 }