feat(templateMatcher): init. сделан воркер, контроллер. перенесена логика из TemplateTaskGenerator
This commit is contained in:
9
PARR.TemplateMatcher/ITemplateMatcher.cs
Normal file
9
PARR.TemplateMatcher/ITemplateMatcher.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace PARR.TemplateMatcher
|
||||
{
|
||||
internal interface ITemplateMatcher
|
||||
{
|
||||
Task MatchTemplatesForJob(Guid jobId);
|
||||
Task MatchTemplatesForJobGroup(Guid jobGroupId);
|
||||
Task MatchTemplatesForTemplate(Guid templateId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user