feat(templateMatcher): init. сделан воркер, контроллер. перенесена логика из TemplateTaskGenerator
This commit is contained in:
10
PARR.BLL/Domain/Mq/TemplateMatcherMq.cs
Normal file
10
PARR.BLL/Domain/Mq/TemplateMatcherMq.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using PARR.Constants;
|
||||
|
||||
namespace PARR.BLL.Domain.Mq
|
||||
{
|
||||
public class TemplateMatcherMq
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public SyncTaskEntityTypeEnum EntityType { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user