Could I call the Mapper.CreateMap in each Initialize method of the prism modules to configure the map for objects in different modules? I prefer this method so the module and mappings can be developed seperately
Or should I call the Mapper.CreateMap in one central place which is probably in bootstrapper? It is in bootstrapper, in which override method of the MEFbootstrapper is best?