Compare commits
No commits in common. "e9bd228e0914ea40375cfb3098fa8734ba96c44c" and "a001f5476fc967744a721bd88202acf30ab70e5f" have entirely different histories.
e9bd228e09
...
a001f5476f
|
|
@ -767,9 +767,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
.ForMember(d => d.CreateUserName, u => u.MapFrom(s => s.CreateUserRole.UserName))
|
||||
.ForMember(d => d.CreateUserFullName, u => u.MapFrom(s => s.CreateUserRole.FullName));
|
||||
|
||||
CreateMap<DicomStudyEdit, DicomStudy>()
|
||||
.ForMember(d => d.ModalityForEdit, u => u.MapFrom(s => s.Modality))
|
||||
.ForMember(d => d.BodyPartForEdit, u => u.MapFrom(s => s.BodyPart));
|
||||
CreateMap<DicomStudyEdit, DicomStudy>();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue