feat(dal): Добавлен TemplateNameGeneratorService для генерации имени шаблонов по маске в Job
This commit is contained in:
8
PARR.BLL/Domain/TemplateNameConstantPart.cs
Normal file
8
PARR.BLL/Domain/TemplateNameConstantPart.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PARR.BLL.Domain
|
||||
{
|
||||
public class TemplateNameConstantPart
|
||||
{
|
||||
public required string Name { get; set; }
|
||||
public required string Value { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user