using AyCode.Interfaces.Profiles;
namespace TIAM.Entities.Profiles;
public interface IProfileForeignKey : IAcProfileForeignKey
{
}