namespace TIAM.Entities.Users; public interface IUserProductMappingRelation : IUserProductMappingForeignKey { public UserProductMapping UserProductMapping { get; set; } } public interface IUserProductMappingsRelation : IUserProductMappingRelation { }