Updated data chapter with EF, caching, NoSQL

Added caching support and some diagnostic code.
This commit is contained in:
Steve Smith
2017-04-23 16:24:19 -04:00
parent a69afa2264
commit 708e85233e
8 changed files with 137 additions and 10 deletions

View File

@@ -1,4 +1,6 @@
namespace Microsoft.eShopWeb.ApplicationCore.Entities
using System.Collections.Generic;
namespace Microsoft.eShopWeb.ApplicationCore.Entities
{
public class CatalogBrand : BaseEntity<int>
{