File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/ECER.Resources.Documents/ICRA Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ public ICRARepositoryMapper()
4444
4545 CreateMap < ecer_InternationalCertification , InternationalCertification > ( MemberList . Destination )
4646 . ForMember ( d => d . Id , opts => opts . MapFrom ( s => s . ecer_InternationalCertificationId ) )
47+ . ForMember ( d => d . OtherFirstName , opts => opts . MapFrom ( s => s . ecer_OtherFirstName ) )
48+ . ForMember ( d => d . OtherMiddleName , opts => opts . MapFrom ( s => s . ecer_OtherMiddleName ) )
49+ . ForMember ( d => d . OtherLastName , opts => opts . MapFrom ( s => s . ecer_OtherLastName ) )
4750 . ForMember ( d => d . CountryId , opts => opts . MapFrom ( s => s . ecer_Country != null ? s . ecer_Country . Id . ToString ( ) : null ) )
4851 . ForMember ( d => d . NameOfRegulatoryAuthority , opts => opts . MapFrom ( s => s . ecer_AuthorityName ) )
4952 . ForMember ( d => d . EmailOfRegulatoryAuthority , opts => opts . MapFrom ( s => s . ecer_AuthorityEmail ) )
You can’t perform that action at this time.
0 commit comments