Esempio n. 1
0
 public RateLogController(IHostingEnvironment hostingEnvironment, RequestCollectorService requestCollectorService)
 {
     _hostingEnvironment      = hostingEnvironment;
     _requestCollectorService = requestCollectorService;
 }
Esempio n. 2
0
 public HomeController(ILogger <HomeController> logger, IHostingEnvironment hostingEnvironment, RequestCollectorService requestCollectorService)
 {
     _logger                  = logger;
     _hostingEnvironment      = hostingEnvironment;
     _requestCollectorService = requestCollectorService;
 }