public TimedHostedService( IConfiguration configuration, ICallEventsService callStatsService, ILogger <TimedHostedService> logger) { _config = configuration; _callStatsService = callStatsService; _logger = logger; }
public CallEventsController(ICallEventsService callEventsService) { _callEventsService = callEventsService; }