Fixed namespace copied/pasted from the Locations.API service into the Marketing service
This commit is contained in:
parent
260b2cdf2c
commit
27fae7c5d3
@ -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
|
namespace Microsoft.eShopOnContainers.Services.Marketing.API.Controllers
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
namespace Microsoft.eShopOnContainers.Services.Locations.API.Infrastructure.Services
|
namespace Microsoft.eShopOnContainers.Services.Marketing.API.Infrastructure.Services
|
||||||
{
|
{
|
||||||
public interface IIdentityService
|
public interface IIdentityService
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
namespace Microsoft.eShopOnContainers.Services.Locations.API.Infrastructure.Services
|
namespace Microsoft.eShopOnContainers.Services.Marketing.API.Infrastructure.Services
|
||||||
{
|
{
|
||||||
using AspNetCore.Http;
|
using AspNetCore.Http;
|
||||||
using System;
|
using System;
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
using Infrastructure;
|
using Infrastructure;
|
||||||
using Infrastructure.Filters;
|
using Infrastructure.Filters;
|
||||||
using Infrastructure.Repositories;
|
using Infrastructure.Repositories;
|
||||||
using Locations.API.Infrastructure.Services;
|
using Infrastructure.Services;
|
||||||
using Extensions.Configuration;
|
using Extensions.Configuration;
|
||||||
using Extensions.DependencyInjection;
|
using Extensions.DependencyInjection;
|
||||||
using Extensions.Logging;
|
using Extensions.Logging;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user