|
@@ -30,10 +30,10 @@ namespace CallCenter.Application.Handlers
|
|
|
private readonly IOptionsSnapshot<WorkTimeSettings> _workTimeOptions;
|
|
|
private readonly ISystemSettingCacheManager _systemSettingCacheManager;
|
|
|
private readonly ITypedCache<WorkTimeSettings> _worktimeCache;
|
|
|
- private readonly ILogger<IncomingNotificationHandler> _logger;
|
|
|
+ private readonly ILogger<InviteNotificationHandler> _logger;
|
|
|
private readonly IIvrCacheManager _ivrCacheManager;
|
|
|
|
|
|
- public InviteNotificationHandler(ICallRepository callRepository, ICallDetailRepository callDetailRepository, IUserCacheManager userCacheManager, IBlacklistDomainService blacklistDomainService, INewRockClient newRockClient, IOptionsSnapshot<DeviceConfigs> options, IOptionsSnapshot<WorkTimeSettings> workTimeOptions, ISystemSettingCacheManager systemSettingCacheManager,ITypedCache<WorkTimeSettings> worktimeCache, ILogger<IncomingNotificationHandler> logger, IIvrCacheManager ivrCacheManager)
|
|
|
+ public InviteNotificationHandler(ICallRepository callRepository, ICallDetailRepository callDetailRepository, IUserCacheManager userCacheManager, IBlacklistDomainService blacklistDomainService, INewRockClient newRockClient, IOptionsSnapshot<DeviceConfigs> options, IOptionsSnapshot<WorkTimeSettings> workTimeOptions, ISystemSettingCacheManager systemSettingCacheManager,ITypedCache<WorkTimeSettings> worktimeCache, ILogger<InviteNotificationHandler> logger, IIvrCacheManager ivrCacheManager)
|
|
|
{
|
|
|
_callRepository = callRepository;
|
|
|
_callDetailRepository = callDetailRepository;
|