How to change some boilerplate AutoMapper mapping code that used the static Mapper object in the old version of AutoMapper to easily use the non-static methods of the new version of AutoMapper without changing too much code.
↧