예제 #1
0
 public ClientSubscriptionGroupedByDateStatisticsController(
     ICompanyService companyService,
     IUrlTrackingStatService urlTrackingStatService,
     IMapper mapper)
 {
     _companyService         = companyService;
     _urlTrackingStatService = urlTrackingStatService;
     _mapper = mapper;
 }
 public ClientSubscriptionStatisticsController(
     ICompanyService companyService,
     IUrlTrackingStatService urlTrackingStatService,
     IMapper mapper)
 {
     _companyService = companyService;
     _urlTrackingStatService = urlTrackingStatService;
     _mapper = mapper;
 }
 public BillingSynchronizationManager(IBillingSyncConfigurationProvider config,
     IUrlTrackingStatService statService,
     ICompanyService companyService,
     ISubscriptionService subscriptionService,
     IBalanceService balanceService)
 {
     _config = config;
     _statService = statService;
     _companyService = companyService;
     _subscriptionService = subscriptionService;
     _balanceService = balanceService;
 }
예제 #4
0
 public BillingSynchronizationManager(IBillingSyncConfigurationProvider config,
                                      IUrlTrackingStatService statService,
                                      ICompanyService companyService,
                                      ISubscriptionService subscriptionService,
                                      IBalanceService balanceService)
 {
     _config              = config;
     _statService         = statService;
     _companyService      = companyService;
     _subscriptionService = subscriptionService;
     _balanceService      = balanceService;
 }
예제 #5
0
 public UrlTrackingServiceStatInterceptor(IUrlTrackingStatService service, IMappingEngine mappingEngine)
 {
     _service       = service;
     _mappingEngine = mappingEngine;
 }
 public UrlTrackingServiceStatInterceptor(IUrlTrackingStatService service, IMappingEngine mappingEngine)
 {
     _service = service;
     _mappingEngine = mappingEngine;
 }