namespace TIAM.Entities.Products;
public interface IProductRelation : IProductForeignKey
{
public Product Product { get; set; }
}