Merge branch 'robot-tasks' into dev
This commit is contained in:
@@ -7,6 +7,8 @@ using PARR.Core.Common.Interfaces;
|
||||
using PARR.Core.Services.MatchingStatusService;
|
||||
using PARR.Core.Services.NextRunServices;
|
||||
using PARR.Core.Services.NextRunServices.Subservices;
|
||||
using PARR.Core.Services.RobotTask.Implementations;
|
||||
using PARR.Core.Services.RobotTask.Interfaces;
|
||||
using PARR.Core.Services.Shortcodes;
|
||||
using PARR.Core.Services.Shortcodes.Handlers;
|
||||
using PARR.Core.Services.TaskServices.Handlers;
|
||||
@@ -78,8 +80,6 @@ namespace PARR.Core
|
||||
|
||||
#endregion
|
||||
|
||||
#region Services
|
||||
|
||||
#region Shortсodes
|
||||
|
||||
services.AddScoped<IShortcodeHandler, ConstantsShortcodeHandler>();
|
||||
@@ -97,10 +97,13 @@ namespace PARR.Core
|
||||
services.AddScoped<IShortcodesService, ShortcodesService>();
|
||||
#endregion
|
||||
|
||||
#region Services
|
||||
|
||||
services.AddTransient<IMatchingStatusService, MatchingStatusService>();
|
||||
|
||||
//services.AddScoped<IUserService, UserService>();
|
||||
services.AddScoped<IRobotTaskService, RobotTaskService>();
|
||||
|
||||
//services.AddScoped<IUserService, UserService>();
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user