fix issue

This commit is contained in:
zedy 2021-09-16 17:24:28 +08:00
parent c66693da73
commit 46bff595b2

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