Example #1
0
 public RestCollectorController(IConfiguration configuration, IRestClientHandler restClientHandler, IApiService apiService)
 {
     this.configuration     = configuration;
     this.restClientHandler = restClientHandler;
     this.apiService        = apiService;
 }
 public HomeController(IConfigurationManager configurationManager,
                       IRestClientHandler restClientHandler)
 {
     this.configurationManager = configurationManager;
     this.restClientHandler    = restClientHandler;
 }