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