소스 검색

注入日志

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;