示例#1
0
        public ViewersStatistics(IVisitorsStatisticsService statService, IHttpRequestInfoService httpRequestInfoService, IHtmlHelperService htmlHelperService)
        {
            _statService = statService;
            _statService.CheckArgumentIsNull(nameof(_statService));

            _httpRequestInfoService = httpRequestInfoService;

            _htmlHelperService = htmlHelperService;
        }