Fixed error in namespace.

This commit is contained in:
Cesar De la Torre Llorente 2018-09-07 09:20:44 -07:00
parent 4509153ca2
commit 28f7baaf5c

View File

@ -1,7 +1,7 @@
namespace Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.OrderAggregate namespace Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.OrderAggregate
{ {
using global::Ordering.Domain.Exceptions; using global::Ordering.Domain.Exceptions;
using Seedwork; using Microsoft.eShopOnContainers.Services.Ordering.Domain.SeedWork;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;