KumaToGatus

This commit is contained in:
2025-04-04 18:59:31 -07:00
parent 23c0ff9683
commit cc9c5013a9
4 changed files with 250 additions and 67 deletions

View File

@ -151,6 +151,8 @@ internal static class HelperDay
ADO2025.PI5.Helper20250320.SortCodeMethods(logger, args, cancellationToken);
else if (args[1] == "Day-Helper-2025-03-21")
ADO2025.PI5.Helper20250321.MoveToLast(logger, args);
else if (args[1] == "Day-Helper-2025-04-04")
ADO2025.PI5.Helper20250404.KumaToGatus(logger, args);
else
throw new Exception(appSettings.Company);
}