I need help with my mapper program. I have two types (say A and B) and I want to have two different mappings. In one method, I want to use the first mapping between A and B, and in another method I want to take the second.
I saw that the "Mapper" class is static, so I cannot use CreateMap twice.
Is it possible?
thanks.
c # dto automapper
Matan
source share