public DeviceIdCountlyService(SessionCountlyService sessionCountlyService,
                               RequestCountlyHelper requestCountlyHelper, IEventCountlyService eventCountlyService, ICountlyUtils countlyUtils)
 {
     _sessionCountlyService = sessionCountlyService;
     _requestCountlyHelper  = requestCountlyHelper;
     _eventCountlyService   = eventCountlyService;
     _countlyUtils          = countlyUtils;
 }
Example #2
0
 public StarRatingCountlyService(IEventCountlyService eventCountlyService)
 {
     _eventCountlyService = eventCountlyService;
 }
 public ViewCountlyService(IEventCountlyService eventService)
 {
     _eventService = eventService;
 }