using AyCode.Interfaces.Profiles; namespace TIAM.Entities.Profiles; public interface IProfileRelation : IAcProfileRelation, IProfileForeignKey where TProfile : class, IProfileDto { }