Added package management
This commit is contained in:
@@ -12,4 +12,6 @@ public class ShoppingCart : Models.ShoppingCart
|
||||
public virtual Quote? Quote { get; set; }
|
||||
|
||||
public virtual ICollection<ShoppingCartItem>? ShoppingCartItems { get; set; }
|
||||
|
||||
public virtual ICollection<Package>? Packages { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user