using AyCode.Interfaces.Users; using System.Runtime; using TIAM.Entities.Products; namespace TIAM.Entities.Users; public interface IUserProductMappingForeignKey { public T UserProductMappingId { get; set; } } public interface IUserProductMappingForeignKey : IUserProductMappingForeignKey { }