Posts by Gilmar • 23 points
1 post
-
2
votes2
answers620
viewsQ: Automapper with Expression
I am making a generic repository and came across the following situation. In this call I can do the mapping and it works perfect. public IEnumerable<PaisViewModel> GetAll() { return…