feat(dal, templateMatcher): изменена логика работы Shortcodes сервиса в сторону самостоятельной дозагрузки данных из БД, в Template сервис добавлен метод атомарного резервирования шаблона для TemplateMatcher
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user