Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 28f7baa

Browse files
Fixed error in namespace.
1 parent 4509153 commit 28f7baa

File tree

1 file changed

+1
-1
lines changed
  • src/Services/Ordering/Ordering.Domain/AggregatesModel/OrderAggregate

1 file changed

+1
-1
lines changed

src/Services/Ordering/Ordering.Domain/AggregatesModel/OrderAggregate/OrderStatus.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.OrderAggregate
22
{
33
using global::Ordering.Domain.Exceptions;
4-
using Seedwork;
4+
using Microsoft.eShopOnContainers.Services.Ordering.Domain.SeedWork;
55
using System;
66
using System.Collections.Generic;
77
using System.Linq;

0 commit comments

Comments
 (0)