Esempio n. 1
0
 public AutoMapperProfiles()
 {
     // Image only updated if changed.
     CreateMap <Adventure, Adventure>()
     .ForMember(x => x.Image, Base64FormattingOptions => Base64FormattingOptions.Ignore());
 }