feat(templateGeneratorWorker): Создан Worker читающий очередь и генерирующий новые объекты Template

This commit is contained in:
Mikhail Kuznetsov
2025-08-14 15:20:04 +10:00
parent 1272ce92ec
commit 2c005f038e
17 changed files with 446 additions and 20 deletions

View File

@@ -18,6 +18,7 @@ internal class ValidatorService : IValidatorService
this.logger = logger;
}
public async Task<bool> IsValidApplicationInWorkAsync(Guid applicationInWorkId)
{
using (var scope = serviceProvider.CreateScope())