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