using AipGateway.API.Domain.Entities; using AutoMapper; namespace AipGateway.API.Configurations { public class MappingProfile : Profile { public MappingProfile() { CreateMap(); CreateMap(); CreateMap(); CreateMap(); CreateMap(); CreateMap(); CreateMap(); CreateMap(); } } }