feat(dal): добавлен Shortcode "%СВЯЗИ-ПН%", добавлен метод GetAvailableShortcodesAsync для отображения доступных изменямеых частей в API
This commit is contained in:
13
PARR.Constants/ShortcodeTypeEnum.cs
Normal file
13
PARR.Constants/ShortcodeTypeEnum.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace PARR.Constants
|
||||
{
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||
public enum ShortcodeTypeEnum
|
||||
{
|
||||
Static,
|
||||
Standart,
|
||||
Relationship,
|
||||
FieldValue
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user