feat(all): преметры espp Api принимают дату utc. В подробном описании шаблона возвращается префикс.
This commit is contained in:
10
PARR.DAL/Settings/PrefixSettings.cs
Normal file
10
PARR.DAL/Settings/PrefixSettings.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PARR.DAL.Settings
|
||||
{
|
||||
/// <summary>
|
||||
/// Для использования в моделе, в геттере, ApplicationInWork
|
||||
/// </summary>
|
||||
internal static class PrefixSettings
|
||||
{
|
||||
public static string Prefix = "default value";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user