sozsoft-platform/api/modules/Sozsoft.MailQueue/Application/MailQueueAutoMapperProfile.cs
Sedat Öztürk 429227df1d Initial
2026-02-24 23:44:16 +03:00

13 lines
173 B
C#

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