Compare commits

..

No commits in common. "6fd9bd94dfd6627ac98cca1facf67e8cb09d5837" and "6fe4aa60d4fa1a1cf2551b74144fe90097b0ef22" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -75,8 +75,7 @@ namespace IRaCIS.Core.Application.Service
CreateMap<UserWLTemplate, UserWLTemplateAddOrEdit>().ReverseMap();
CreateMap<ReadingPeriodSetAddOrEdit, ReadingPeriodSet>();
CreateMap<ReadingTableQuestionAnswer, TableQuestionAnswerInfo>().ReverseMap()
.ForMember(dest => dest.CreateUser, opt => opt.Ignore());
CreateMap<ReadingTableQuestionAnswer, TableQuestionAnswerInfo>().ReverseMap();
CreateMap<ReadingTableQuestionAnswer, TableQuestionAnswerInfo>()
.ForMember(d => d.QuestionMark, u => u.MapFrom(s => s.ReadingTableQuestionTrial == null ? null : s.ReadingTableQuestionTrial.QuestionMark));