Renaming innermost project to ApplicationCore

This commit is contained in:
Steve Smith
2017-03-22 22:19:33 -04:00
parent d48d8bf24d
commit c871497569
14 changed files with 32 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
using Microsoft.eShopWeb.Business.Entities;
using Microsoft.eShopWeb.ApplicationCore.Entities;
using System.Collections.Generic;
namespace Microsoft.eShopWeb.ViewModels

View File

@@ -1,5 +1,5 @@
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.eShopWeb.Business.Entities;
using Microsoft.eShopWeb.ApplicationCore.Entities;
using System.Collections.Generic;
namespace Microsoft.eShopWeb.ViewModels