feat(core): ShortcodeService в классы реализации шорткодов добавлены требования по загрузке таблиц

This commit is contained in:
Mikhail Kuznetsov
2026-05-15 15:11:04 +10:00
parent 2fea1ddfe6
commit a015e90fdc
15 changed files with 259 additions and 183 deletions

View File

@@ -79,7 +79,7 @@ namespace PARR.Core
services.AddScoped<IShortcodeHandler, IndexShortcodeHandler>();
services.AddScoped<IShortcodeHandler, GroupedFieldShortcodeHandler>();
services.AddScoped<IShortcodeHandler, MaxShortcodeHandler>();
services.AddScoped<IShortcodeHandler, RelShortcodeHandler>();
services.AddScoped<IShortcodeHandler, RelationshipUnitShortcodeHandler>();
services.AddScoped<IShortcodeHandler, LettersShortcodeHandler>();
services.AddScoped<IShortcodeHandler, RelationshipsShortcodeHandler>();
services.AddScoped<IShortcodeHandler, FieldShortcodeHandler>();