feat(templateUpdater): основная логика + cicd

This commit is contained in:
Mikhail Trubnikov
2025-12-04 08:23:57 +10:00
parent 74419c0435
commit df9c29358c
20 changed files with 622 additions and 4 deletions

View File

@@ -25,6 +25,6 @@ namespace PARR.BLL.Domain.Mq
public TemplateStatusTypeEnum StatusTypeId { get; set; }
public required IHistoryInitiator Initiator { get; set; }
public required HistoryInitiator Initiator { get; set; }
}
}