Posts by Edson Linhares • 21 points
2 posts
-
0
votes2
answers184
viewsA: DDD Automapper with Linq Expression
Answer found: https://stackoverflow.com/questions/41692756/convert-type-in-expressionfunct1-bool-to-expressionfunct2-bool-linq-t var newPredicate =…
-
1
votes2
answers184
viewsQ: DDD Automapper with Linq Expression
I have a problem with automapper, when I pass a parameter in Linux Express, it seems that it does not make the exchange... decimal valor = 13; var model = service.Obter(x => x.DataRegistro == new…