feat(dal): RedisCacheService - работа с Hash объектами
This commit is contained in:
@@ -49,20 +49,7 @@
|
||||
|
||||
public const string GetNextRun = Base + "/tests/next-run";
|
||||
|
||||
public const string GetNextScheduleDate = Base + "/tests/next-schedule-date/" + paramApplicationInWorkId + "/" + paramDate;
|
||||
|
||||
public const string GetNextSchedule = Base + "/tests/next-schedule/" + paramApplicationInWorkId + "/" + paramDate;
|
||||
|
||||
public const string CreateCache = Base + "/tests/cache/";
|
||||
|
||||
public const string IsWorkDay = Base + "/tests/is-work-day/";
|
||||
|
||||
public const string TestHandler = Base + "/tests/test/";
|
||||
|
||||
public const string GetWorkDay = Base + "/tests/get-work-day/{date}";
|
||||
|
||||
public const string paramDate = "{lastRunDate}";
|
||||
public const string paramApplicationInWorkId = "{applicationInWorkId}";
|
||||
}
|
||||
|
||||
public static class Template
|
||||
|
||||
Reference in New Issue
Block a user