feat(core): Добавлены помощники по клонированию JobGroup и синхронизации Job в JobGroup по старшему MaxValueRelationships

This commit is contained in:
Mikhail Kuznetsov
2026-05-19 09:47:35 +10:00
parent 3f3ab8617d
commit b267dfe7c5
6 changed files with 380 additions and 11 deletions

View File

@@ -20,7 +20,6 @@ namespace PARR.Core.Repositories.Base
bool Delete(T obj);
//Task<bool> CommitAsync();
Task<bool> CommitAsync(IHistoryInitiator? initiator = null);
}
}