Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
garywoodfine committed Feb 7, 2018
1 parent b27e0d0 commit bcc90a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UnitTests/DomainObjects/ComplexDomainObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ public void CustomMap(IMapperConfigurationExpression configuration)
.ForMember(dest => dest.Name, opt => opt.MapFrom(src => string.Concat( src.Firstname, " ", src.LastName )))
.ForMember(dest => dest.Description, opt => opt.MapFrom(src => string.Concat( src.Title , " ", src.Summary)))
.ForMember(dest => dest.Age, opt => opt.MapFrom(src => src.Age));

//fba9d-83468-35e16-85b06-cf0ca
}
}

Expand Down

0 comments on commit bcc90a7

Please sign in to comment.