feat: Перенесены внешние сервисы в Infrastructure. Удалены лишние проекты.
This commit is contained in:
11
PARR.Domain/Common/Template/TemplateNameConstantPart.cs
Normal file
11
PARR.Domain/Common/Template/TemplateNameConstantPart.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace PARR.Domain.Common.Template
|
||||
{
|
||||
/// <summary>
|
||||
/// Модель хранения частей имени шаблона в настройках
|
||||
/// </summary>
|
||||
public class TemplateNameConstantPart
|
||||
{
|
||||
public required string Name { get; set; }
|
||||
public required string Value { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user