Cleaning things up and getting add item to cart working for anonymous or authenticated users.
This commit is contained in:
@@ -10,6 +10,7 @@ namespace Microsoft.eShopWeb.Infrastructure
|
||||
public CatalogContext(DbContextOptions<CatalogContext> options) : base(options)
|
||||
{
|
||||
}
|
||||
public DbSet<Basket> Baskets { get; set; }
|
||||
public DbSet<CatalogItem> CatalogItems { get; set; }
|
||||
public DbSet<CatalogBrand> CatalogBrands { get; set; }
|
||||
public DbSet<CatalogType> CatalogTypes { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user