Included globalusing for ordering.domain project

This commit is contained in:
Sumit Ghosh 2021-10-09 17:36:37 +05:30
parent 4758530f1f
commit 1b56eaa368

View File

@ -0,0 +1,14 @@
global using global::Microsoft.eShopOnContainers.Services.Ordering.Domain.Exceptions;
global using MediatR;
global using Microsoft.eShopOnContainers.Services.Ordering.Domain.Seedwork;
global using Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.BuyerAggregate;
global using Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.OrderAggregate;
global using Microsoft.eShopOnContainers.Services.Ordering.Ordering.Domain.Events;
global using Microsoft.eShopOnContainers.Services.Ordering.Domain.Events;
global using Microsoft.eShopOnContainers.Services.Ordering.Domain.Exceptions;
global using System.Collections.Generic;
global using System.Linq;
global using System.Reflection;
global using System.Threading.Tasks;
global using System.Threading;
global using System;