Fixed namespace copied/pasted from the Locations.API service into the Marketing service

This commit is contained in:
Cesar De la Torre 2017-07-10 14:49:26 -07:00
parent 260b2cdf2c
commit 27fae7c5d3
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
using Microsoft.eShopOnContainers.Services.Locations.API.Infrastructure.Services;
using Microsoft.eShopOnContainers.Services.Marketing.API.Infrastructure.Services;
namespace Microsoft.eShopOnContainers.Services.Marketing.API.Controllers
{

View File

@ -1,4 +1,4 @@
namespace Microsoft.eShopOnContainers.Services.Locations.API.Infrastructure.Services
namespace Microsoft.eShopOnContainers.Services.Marketing.API.Infrastructure.Services
{
public interface IIdentityService
{

View File

@ -1,4 +1,4 @@
namespace Microsoft.eShopOnContainers.Services.Locations.API.Infrastructure.Services
namespace Microsoft.eShopOnContainers.Services.Marketing.API.Infrastructure.Services
{
using AspNetCore.Http;
using System;

View File

@ -16,7 +16,7 @@
using Infrastructure;
using Infrastructure.Filters;
using Infrastructure.Repositories;
using Locations.API.Infrastructure.Services;
using Infrastructure.Services;
using Extensions.Configuration;
using Extensions.DependencyInjection;
using Extensions.Logging;