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