using AutoMapper; namespace Win_in.Sfs.Print.Web { public class PrintWebAutoMapperProfile : Profile { public PrintWebAutoMapperProfile() { //Define your AutoMapper configuration here for the Web project. } } }