Compare commits

..

No commits in common. "50a4a82819f8513f712c0d20b7ad23d598595a36" and "fd54d64ae3daa9767e3506f0b8b12e67a6b3a716" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
IGeneralCalculateService _generalCalculateService,
IRepository<ReadingTaskQuestionAnswer> _readingTaskQuestionAnswerRepository, IMapper _mapper, IUserInfo _userInfo, IStringLocalizer _localizer) : BaseService, ICriterionCalculateService, ILuganoCalculateService
{
/// <summary>
/// 阅片导入
/// </summary>
@ -351,8 +352,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
}
}
;
};
}
#endregion