We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4509153 commit 28f7baaCopy full SHA for 28f7baa
1 file changed
src/Services/Ordering/Ordering.Domain/AggregatesModel/OrderAggregate/OrderStatus.cs
@@ -1,7 +1,7 @@
1
namespace Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.OrderAggregate
2
{
3
using global::Ordering.Domain.Exceptions;
4
- using Seedwork;
+ using Microsoft.eShopOnContainers.Services.Ordering.Domain.SeedWork;
5
using System;
6
using System.Collections.Generic;
7
using System.Linq;
0 commit comments