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