feat(dal,api,nextRun,templateGenerator,templateActivator): IsUnused вынесена в TemplateStatusType

This commit is contained in:
Mikhail Kuznetsov
2025-12-01 15:27:18 +10:00
parent 7e708e4aee
commit 3243e33819
17 changed files with 4333 additions and 16 deletions

View File

@@ -0,0 +1,9 @@
using PARR.Constants;
namespace PARR.API.Contracts.V1.Requests
{
public class MatchTemplatesForJobRequest
{
public TemplateMatcherActionEnum Action { get; set; }
}
}