using AutoMapper; namespace Acme.BookStore.BookManagement { public class BookManagementWebAutoMapperProfile : Profile { public BookManagementWebAutoMapperProfile() { //Define your AutoMapper configuration here for the Web project. } } }