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