Uat_Study
parent
83480730f0
commit
a1c140a0f9
|
@ -76,7 +76,8 @@ namespace IRaCIS.Core.Application.Service
|
|||
CreateMap<ReadingQuestionTrial, GetTrialReadingQuestionOutDto>()
|
||||
.ForMember(x=>x.ReadingQuestionTrialId, y=>y.MapFrom(z=>z.Id));
|
||||
|
||||
CreateMap<VisitTask, GetReadingPastResultListOutDto>();
|
||||
CreateMap<VisitTask, GetReadingPastResultListOutDto>()
|
||||
.ForMember(x => x.TaskId, y => y.MapFrom(z => z.Id));
|
||||
#endregion
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue