feat(all): преметры espp Api принимают дату utc. В подробном описании шаблона возвращается префикс.

This commit is contained in:
Mikhail Trubnikov
2023-10-24 15:40:52 +10:00
parent 59db8fa312
commit fbeabeb165
12 changed files with 98 additions and 68 deletions

View File

@@ -0,0 +1,10 @@
namespace PARR.DAL.Settings
{
/// <summary>
/// Для использования в моделе, в геттере, ApplicationInWork
/// </summary>
internal static class PrefixSettings
{
public static string Prefix = "default value";
}
}