LF

Results 1 comments of LF

I fixed this by overwriting the value with an aftermapping statement in my mapping configs. Don't know if that can help you @coolqingcheng ```C# config.NewConfig() .TwoWays() .AfterMapping((dto, dom) => dom.Payment...