using AyCode.Interfaces.Messages; namespace TIAM.Entities.Emails; public interface IEmailRecipientBase : IAcEmailRecipientBase { }