Fixed namespace name in ordering.domain
This commit is contained in:
parent
986262a833
commit
cec87c8738
@ -1,4 +1,4 @@
|
|||||||
using Microsoft.eShopOnContainers.Services.Ordering.Ordering.Domain.Events;
|
using Microsoft.eShopOnContainers.Services.Ordering.Domain.Events;
|
||||||
|
|
||||||
namespace Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.OrderAggregate;
|
namespace Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.OrderAggregate;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
namespace Microsoft.eShopOnContainers.Services.Ordering.Ordering.Domain.Events;
|
namespace Microsoft.eShopOnContainers.Services.Ordering.Domain.Events;
|
||||||
|
|
||||||
public class OrderCancelledDomainEvent : INotification
|
public class OrderCancelledDomainEvent : INotification
|
||||||
{
|
{
|
||||||
|
@ -3,7 +3,6 @@ global using MediatR;
|
|||||||
global using Microsoft.eShopOnContainers.Services.Ordering.Domain.Seedwork;
|
global using Microsoft.eShopOnContainers.Services.Ordering.Domain.Seedwork;
|
||||||
global using Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.BuyerAggregate;
|
global using Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.BuyerAggregate;
|
||||||
global using Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.OrderAggregate;
|
global using Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.OrderAggregate;
|
||||||
global using Microsoft.eShopOnContainers.Services.Ordering.Ordering.Domain.Events;
|
|
||||||
global using Microsoft.eShopOnContainers.Services.Ordering.Domain.Events;
|
global using Microsoft.eShopOnContainers.Services.Ordering.Domain.Events;
|
||||||
global using Microsoft.eShopOnContainers.Services.Ordering.Domain.Exceptions;
|
global using Microsoft.eShopOnContainers.Services.Ordering.Domain.Exceptions;
|
||||||
global using System.Collections.Generic;
|
global using System.Collections.Generic;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user