Browse Source
Merge pull request #11 from sicsbd/revert-10-dev
Revert "Merge from dev to LibMan"
pull/758/head
Rafsanul Hasan
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
src/Services/Ordering/Ordering.Domain/AggregatesModel/OrderAggregate/OrderStatus.cs
|
@ -1,5 +1,11 @@ |
|
|
namespace Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.OrderAggregate |
|
|
namespace Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.OrderAggregate |
|
|
{ |
|
|
{ |
|
|
|
|
|
using global::Ordering.Domain.Exceptions; |
|
|
|
|
|
using SeedWork; |
|
|
|
|
|
using System; |
|
|
|
|
|
using System.Collections.Generic; |
|
|
|
|
|
using System.Linq; |
|
|
|
|
|
|
|
|
public class OrderStatus |
|
|
public class OrderStatus |
|
|
: Enumeration |
|
|
: Enumeration |
|
|
{ |
|
|
{ |
|
|