Compare commits

...

2 Commits

Author SHA1 Message Date
he 50a4a82819 Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2025-10-14 14:07:08 +08:00
he 498c02431b 修改luganno 2025-10-14 14:07:06 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,6 @@ 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>
@ -352,7 +351,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
} }
}; }
;
} }
#endregion #endregion