feat(dal): Заготовка для IEsppScheduleTransformService

This commit is contained in:
Mikhail Trubnikov
2023-10-17 09:42:18 +10:00
parent 4423b07742
commit 0eed4315ff
5 changed files with 150 additions and 1 deletions

View File

@@ -50,6 +50,13 @@
public static class Test
{
public const string GetMyIp = Base + "/tests/my-ip";
public const string GetNextScheduleDate = Base + "/tests/next-schedule-date/" + paramApplicationInWorkId + "/" + paramDate;
public const string GetNextSchedule = Base + "/tests/next-schedule/" + paramApplicationInWorkId + "/" + paramDate;
public const string paramDate = "{lastRunDate}";
public const string paramApplicationInWorkId = "{applicationInWorkId}";
}
public static class Template