using AutoMapper; using ReC.Domain.Entities; namespace ReC.Application.Common.Dto; public class DtoMappingProfile : AutoMapper.Profile { public DtoMappingProfile() { CreateMap(); } }