feat(templateMatcher): добавлен метод UpdateTemplatesForJob, MatchTemplates переименован в SyncTemplatesForJob+расширена логика работы.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
namespace PARR.TemplateMatcher
|
||||
using PARR.Common.Domain;
|
||||
|
||||
namespace PARR.TemplateMatcher
|
||||
{
|
||||
internal interface ITemplateMatcher
|
||||
{
|
||||
Task MatchTemplatesForJob(Guid jobId);
|
||||
Task MatchTemplatesForJobGroup(Guid jobGroupId);
|
||||
Task MatchTemplatesForTemplate(Guid templateId);
|
||||
Task SyncTemplatesForJob(Guid jobId, HistoryInitiator initiator);
|
||||
Task UpdateTemplatesForJob(Guid jobId, HistoryInitiator initiator);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user