feat(dal): В Work добавлена маска имени шаблонов, выполнена миграция БД.
This commit is contained in:
15
PARR.Constants/Shortcodes/ShortcodeItem.cs
Normal file
15
PARR.Constants/Shortcodes/ShortcodeItem.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PARR.Constants.Shortcodes
|
||||
{
|
||||
public class ShortcodeItem
|
||||
{
|
||||
public ShortcodeEnum ShortcodeEnum { get; set; }
|
||||
public required string Name { get; set; }
|
||||
public required string Description { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user