using AyCode.Core.Interfaces; namespace AyCode.Interfaces.Users; public interface IAcUserForeignKey : IForeignKey { Guid UserId { get; set; } }