This commit is contained in:
he
2022-10-10 13:48:12 +08:00
parent 2fd1abf54d
commit 713392e2c3
@@ -227,8 +227,7 @@ namespace IRaCIS.Core.Application.Service
CreateMap<Trial, GetTrialReadingInfoOutDto>()
.ForMember(t => t.TrialId, u => u.MapFrom(c => c.Id));
CreateMap<ReadingQuestionCriterionTrial, GetTrialReadingInfoOutDto>();