Browse Source

fix issue

pull/1698/head
zedy 3 years ago
parent
commit
46bff595b2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.cs

+ 2
- 0
src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.cs View File

@ -8,6 +8,8 @@ using Microsoft.Extensions.Logging;
using System;
using System.Text.Json;
using System.Threading.Tasks;
using System.Text;
namespace Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus
{
public class EventBusServiceBus : IEventBus, IDisposable


Loading…
Cancel
Save