using AutoMapper; public class DomainToDtoProfile : Profile { public DomainToDtoProfile() { CreateMap(); } }