diff --git a/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs b/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs index cf4576938..cba6f4a57 100644 --- a/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs +++ b/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs @@ -76,6 +76,11 @@ namespace IRaCIS.Core.Application.Service .ForMember(d => d.ReadingQuestionSystemId, u => u.MapFrom(s => s.Id)); + + + CreateMap() + .ForMember(d => d.OriginalId, u => u.MapFrom(s => s.Id)); + CreateMap() .ForMember(d => d.OriginalId, u => u.MapFrom(s => s.Id));