feat(core): Добавлены помощники по клонированию JobGroup и синхронизации Job в JobGroup по старшему MaxValueRelationships
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using FluentValidation;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using PARR.Core.Common.Helpers;
|
||||
using PARR.Core.Common.Implementations;
|
||||
using PARR.Core.Common.Interfaces;
|
||||
using PARR.Core.Services.MatchingStatusService;
|
||||
@@ -49,6 +50,13 @@ namespace PARR.Core
|
||||
|
||||
services.AddTransient<ITransformService, TransformService>();
|
||||
|
||||
#region Helpers
|
||||
|
||||
services.AddScoped<JobGroupUnitFilterSynchronizeHelper>();
|
||||
services.AddScoped<JobGroupCloneHelper>();
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
|
||||
#region Task
|
||||
|
||||
Reference in New Issue
Block a user