Use full namespace

This commit is contained in:
rafsanulhasan 2018-09-10 09:49:46 +06:00
parent 40d43b2e32
commit 5bb08cc678
No known key found for this signature in database
GPG Key ID: FC57FD2D87BE60DD

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;