Dun.Jason преди 2 години
родител
ревизия
a119ab260a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/CallCenter.Application/Handlers/FlowControl/InviteNotificationHandler.cs

+ 2 - 2
src/CallCenter.Application/Handlers/FlowControl/InviteNotificationHandler.cs

@@ -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;