This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using LiteCharms.Features.TechShop.Products.Entities;
|
||||
|
||||
namespace LiteCharms.Features.TechShop.ShoppingCarts.Entities;
|
||||
|
||||
[EntityTypeConfiguration<ShoppingCartItemConfiguration, ShoppingCartItem>]
|
||||
public class ShoppingCartItem : Models.ShoppingCartItem
|
||||
{
|
||||
public virtual ShoppingCart? ShoppingCart { get; set; }
|
||||
|
||||
public virtual ProductPrice? ProductPrice { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user