This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Fixed error in namespace.
pull/767/merge
Cesar De la Torre Llorente
6 years ago
parent
4509153ca2
commit
28f7baaf5c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Services/Ordering/Ordering.Domain/AggregatesModel/OrderAggregate/OrderStatus.cs
+ 1
- 1
src/Services/Ordering/Ordering.Domain/AggregatesModel/OrderAggregate/OrderStatus.cs
View File
@ -1,7 +1,7 @@
namespace
Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.OrderAggregate
{
using
global
:
:
Ordering
.
Domain
.
Exceptions
;
using
Seedw
ork
;
using
Microsoft.eShopOnContainers.Services.Ordering.Domain.SeedW
ork
;
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
Write
Preview
Loading…
Cancel
Save