feat(dal): NextRunService, GetNextRunForJobGroupWithAutoDistributionAsync - реализация, распределение шаблонов

This commit is contained in:
Mikhail Trubnikov
2026-01-21 12:19:27 +10:00
parent eb5bed5614
commit 5ad26742e6
4 changed files with 162 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
namespace PARR.DAL.NextRunServices.Models
{
internal record TemplateWithWorkGroupDto(Guid Id, DateTimeOffset? NextRun, string WorkGroup);
}