|
@ -0,0 +1,22 @@ |
|
|
|
|
|
global using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions; |
|
|
|
|
|
global using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Events; |
|
|
|
|
|
global using static Microsoft.eShopOnContainers.BuildingBlocks.EventBus.InMemoryEventBusSubscriptionsManager; |
|
|
|
|
|
global using System.Collections.Generic; |
|
|
|
|
|
global using System.Linq; |
|
|
|
|
|
global using System.Text.Json.Serialization; |
|
|
|
|
|
global using System.Threading.Tasks; |
|
|
|
|
|
global using System; |
|
|
|
|
|
global using Microsoft.Azure.ServiceBus; |
|
|
|
|
|
global using Autofac; |
|
|
|
|
|
global using Microsoft.eShopOnContainers.BuildingBlocks.EventBus; |
|
|
|
|
|
global using Microsoft.Extensions.Logging; |
|
|
|
|
|
global using System.Text; |
|
|
|
|
|
global using System.Text.Json; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|