erp-platform/api/modules/Kurs.MailQueue/Application/MailQueueAutoMapperProfile.cs

13 lines
169 B
C#
Raw Normal View History

2025-05-06 06:45:49 +00:00
using AutoMapper;
namespace Kurs.MailQueue.Application;
public class MailQueueAutoMapperProfile : Profile
{
public MailQueueAutoMapperProfile()
{
}
}