diff --git a/src/InterfaceForward.Application/Rabbit/RabbitClient.cs b/src/InterfaceForward.Application/Rabbit/RabbitClient.cs index 14574ba..5937ae0 100644 --- a/src/InterfaceForward.Application/Rabbit/RabbitClient.cs +++ b/src/InterfaceForward.Application/Rabbit/RabbitClient.cs @@ -1,3 +1,4 @@ +using Fake.DependencyInjection; using Fake.RabbitMQ; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; @@ -9,7 +10,7 @@ namespace InterfaceForward.Application.Rabbit; public class RabbitClient( IRabbitMqChannelPool channelPool, IServiceScopeFactory serviceScopeFactory, - ILogger logger) + ILogger logger): ISingletonDependency { public void Subscribe(ConsumeOptions consumeOptions) {