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