This commit is contained in:
@@ -3,5 +3,7 @@
|
||||
[EntityTypeConfiguration<ProductConfiguration, Product>]
|
||||
public class Product : Models.Product
|
||||
{
|
||||
public virtual ICollection<ProductCategory> Categories { get; set; } = [];
|
||||
|
||||
public virtual ICollection<ProductPrice> Prices { get; set; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user