Refactored database registration to allow postgres to use internal representations for afster performance
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
[EntityTypeConfiguration<ProductPriceConfiguration, ProductPrice>]
|
||||
public class ProductPrice : Models.ProductPrice
|
||||
{
|
||||
public virtual Product Product { get; set; } = new();
|
||||
public virtual Product? Product { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user