Refactoring to use common BaseEntity class.

Fixed error on view page referencing old Models namespace.
This commit is contained in:
Steve Smith
2017-03-22 21:10:01 -04:00
parent c9a69a3105
commit 6d874ee3ef
5 changed files with 11 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
@model Microsoft.eShopWeb.Models.CatalogItem
@model Microsoft.eShopWeb.Business.Entities.CatalogItem
<form asp-controller="Cart" asp-action="AddToCart">