Browse Source
* Refactoring to move data access code into Infrastructure project * Fixing namespacesmain
committed by
GitHub
9 changed files with 17 additions and 18 deletions
@ -1,9 +1,9 @@ |
|||||
using ApplicationCore.Interfaces; |
using ApplicationCore.Interfaces; |
||||
using System.Threading.Tasks; |
using System.Threading.Tasks; |
||||
using Microsoft.eShopWeb.ApplicationCore.Entities; |
using Microsoft.eShopWeb.ApplicationCore.Entities; |
||||
using Microsoft.eShopWeb.Infrastructure; |
|
||||
using Microsoft.EntityFrameworkCore; |
using Microsoft.EntityFrameworkCore; |
||||
using System; |
using System; |
||||
|
using Infrastructure.Data; |
||||
|
|
||||
namespace Web.Services |
namespace Web.Services |
||||
{ |
{ |
||||
Loading…
Reference in new issue