feat(aihitRelationshipsSyncer): Реализована логика синхронизации связей между Unit+CI/CD

This commit is contained in:
Mikhail Kuznetsov
2025-05-27 11:32:05 +10:00
parent cc52818d29
commit 078c8b540f
33 changed files with 4389 additions and 6 deletions

View File

@@ -55,6 +55,8 @@
public const string IsWorkDay = Base + "/tests/is-work-day/";
public const string TestHandler = Base + "/tests/test/";
public const string GetWorkDay = Base + "/tests/get-work-day/{date}";
public const string paramDate = "{lastRunDate}";