using AutoMapper; namespace COA.EnterpriseServices.DataAccess { public class MappingProfile : Profile { public MappingProfile() { // add mappings between domain and entity objects here } } }