feat(dal,): NextRunServiceV2 - метод получения nextRun для существующего шаблона

This commit is contained in:
Mikhail Trubnikov
2026-02-16 14:48:43 +10:00
parent 361338f433
commit 62dcf80aa3
3 changed files with 224 additions and 11 deletions

View File

@@ -48,6 +48,12 @@ namespace PARR.Test.NextRun
// новый шаблон - еспп
//var nextRunForNewTemplateEspp = await nextRunServiceV2.GetNextRunForNewTemplateAsync(Guid.Parse("692531d6-4ef4-4a6d-99be-d2ef375d520f"), workGroupName: "ЦКИТ-ЗСИБ", responseAreaName: "83-ЗСИБ");
// существующий шаблон - автодистриб
//var nextRunForExistTemplateDistib = await nextRunServiceV2.GetNextRunForTemplateAsync(Guid.Parse("05769f8d-9630-4683-b07a-070d69e1dc12"), false);
// существующий шаблон - еспп
var nextRunForExistTemplateEspp = await nextRunServiceV2.GetNextRunForTemplateAsync(Guid.Parse("1329dfca-5e09-4b19-a2e6-560a4896080c"), false);
#endregion