1
vote
1answer
133 views

Using AutoMapper in ASP.Net MVC

I'd like to check my understanding and usage of the AutoMapper in my ASP.Net MVC app. I setup the maps in Application_Start: Mapper.CreateMap<Customer, CustomerViewModel>(); ...