This had this example:
.ForMember(dest => dest.ItemQuantity, act => act.Condition(src => (src.Quantity > 0)))
No comments:
Post a Comment