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,12 +1,12 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.eShopWeb.Models;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Options;
using Microsoft.eShopWeb.Infrastructure;
using Microsoft.eShopWeb.ViewModels;
using Microsoft.eShopWeb.Business.Entities;
namespace Microsoft.eShopWeb.Services
{