测试日志路径

Uat_Study
hang 2022-05-19 17:08:13 +08:00
parent a6fec12dcb
commit bdaf73095b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ namespace IRaCIS.Core.Application.Contracts
private readonly IRepository<SubjectVisit> _subjectVisitRepository;
private readonly AsyncLock _mutex = new AsyncLock();
private readonly ILogger<ProjectExceptionFilter> _logger;
private readonly ILogger<NoneDicomStudyService> _logger;
public NoneDicomStudyService(IRepository<NoneDicomStudy> noneDicomStudyRepository,