feat(templateMatcher): init. сделан воркер, контроллер. перенесена логика из TemplateTaskGenerator
This commit is contained in:
13
PARR.Constants/SyncTaskEntityTypeEnum.cs
Normal file
13
PARR.Constants/SyncTaskEntityTypeEnum.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace PARR.Constants
|
||||
{
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||
public enum SyncTaskEntityTypeEnum
|
||||
{
|
||||
Job,
|
||||
JobGroup,
|
||||
Template
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user