feat: Перенесен IntervalService
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using PARR.Core.Common;
|
||||
using PARR.Core.Common.RabbitServices;
|
||||
using PARR.Infrastructure.Interval;
|
||||
using PARR.Infrastructure.Rabbit;
|
||||
|
||||
namespace PARR.Infrastructure
|
||||
@@ -20,6 +22,7 @@ namespace PARR.Infrastructure
|
||||
services.AddHttpClient<IRabbitAdminService, RabbitAdminService>();
|
||||
services.AddTransient<IRabbitService, RabbitService>();
|
||||
|
||||
services.AddTransient<IIntervalService, IntervalService>();
|
||||
|
||||
//services.AddTransient<IEmailService, EmailService>();
|
||||
//services.AddTransient<IRabbitService, RabbitService>();
|
||||
|
||||
Reference in New Issue
Block a user