using AutoMapper; namespace Erp.MailQueue.Application; public class MailQueueAutoMapperProfile : Profile { public MailQueueAutoMapperProfile() { } }