feat(core): TaskManagementService - отправка сообщений
This commit is contained in:
@@ -3,6 +3,8 @@ using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using PARR.Core.Common.Implementations;
|
||||
using PARR.Core.Common.Interfaces;
|
||||
using PARR.Core.Services.Task.Implementations;
|
||||
using PARR.Core.Services.Task.Interfaces;
|
||||
using PARR.Domain.Settings;
|
||||
|
||||
namespace PARR.Core
|
||||
@@ -37,6 +39,7 @@ namespace PARR.Core
|
||||
|
||||
#region Services
|
||||
|
||||
services.AddScoped<ITaskManagementService, TaskManagementService>();
|
||||
//services.AddScoped<IUserService, UserService>();
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user