Compare commits
No commits in common. "50a4a82819f8513f712c0d20b7ad23d598595a36" and "fd54d64ae3daa9767e3506f0b8b12e67a6b3a716" have entirely different histories.
50a4a82819
...
fd54d64ae3
|
|
@ -28,6 +28,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
IGeneralCalculateService _generalCalculateService,
|
IGeneralCalculateService _generalCalculateService,
|
||||||
IRepository<ReadingTaskQuestionAnswer> _readingTaskQuestionAnswerRepository, IMapper _mapper, IUserInfo _userInfo, IStringLocalizer _localizer) : BaseService, ICriterionCalculateService, ILuganoCalculateService
|
IRepository<ReadingTaskQuestionAnswer> _readingTaskQuestionAnswerRepository, IMapper _mapper, IUserInfo _userInfo, IStringLocalizer _localizer) : BaseService, ICriterionCalculateService, ILuganoCalculateService
|
||||||
{
|
{
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 阅片导入
|
/// 阅片导入
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -351,8 +352,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
};
|
||||||
;
|
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue