using AyCode.Interfaces.Messages; namespace Mango.Interfaces.Emails; public interface IEmailRecipient : IAcEmailRecipient, IEmailRecipientBase { }