feat(dal): добавлено расширение string ApplyShortcode - позволяет подставлять в строковых переменные шаблонные значения типа %ЭК%
This commit is contained in:
8
PARR.Constants/Shortcode/Shortcodes.cs
Normal file
8
PARR.Constants/Shortcode/Shortcodes.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PARR.Constants.Shortcode
|
||||
{
|
||||
public enum Shortcodes
|
||||
{
|
||||
EK
|
||||
//!!!Не забыть добавить в справочник имен (ShortcodeName) строковое значение
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user