using AyCode.Core.Interfaces;
namespace AyCode.Interfaces.Profiles;
public interface IAcProfileForeignKey : IForeignKey
{
public Guid ProfileId { get; set; }
}