fix(dall, orderLoader): в настройки добавлено поле PrefixWithoutVariable.

This commit is contained in:
Mikhail Kuznetsov
2024-02-13 15:28:32 +10:00
parent 885bb5f4e7
commit f217b8dc51
5 changed files with 18 additions and 9 deletions

View File

@@ -5,6 +5,9 @@
/// </summary>
internal static class PrefixSettings
{
public static string Prefix = "default value";
/// <summary>
/// Префикс без динамической приставки
/// </summary>
public static string PrefixWithoutVariable = "default value";
}
}