Moving entity models to Business project

This commit is contained in:
Steve Smith
2017-03-22 21:04:39 -04:00
parent 884f7c0cfb
commit c9a69a3105
14 changed files with 25 additions and 49 deletions

View File

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