Retructured solution
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using LiteCharms.Features.Shop.CartPackages.Entities;
|
||||
|
||||
namespace LiteCharms.Features.Shop.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