namespace Erp.MailQueue.Domain.Shared;
public static class MailQueueConsts
{
public const string AppName = "MailQueue";
}