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

@@ -2,7 +2,7 @@
{
using Microsoft.AspNetCore.Builder;
using Microsoft.EntityFrameworkCore;
using Microsoft.eShopWeb.Business.Entities;
using Microsoft.eShopWeb.ApplicationCore.Entities;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;