feat(dal, templateMatcher): изменена логика работы Shortcodes сервиса в сторону самостоятельной дозагрузки данных из БД, в Template сервис добавлен метод атомарного резервирования шаблона для TemplateMatcher

This commit is contained in:
Mikhail Kuznetsov
2026-01-16 18:26:06 +10:00
parent 99a491ede8
commit d91877453a
25 changed files with 822 additions and 509 deletions

View File

@@ -521,6 +521,10 @@
public const string GetAll = Base + "/shortcodes/";
}
public static class ShortcodeApply
{
public const string Apply = Base + "/shortcodes/apply";
}
public static class RegionalEkPtkGroup
{
public const string GetAll = Base + "/regional-ek-ptk-groups/";