feat(api): Вынес логику формирования расписания в сервис IEsppSchTypeConfigService. В респонс шаблона добавил отображение расписания. Получение шаблона по ИД.
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
public static class Template
|
||||
{
|
||||
public const string GetAll = Base + "/templates/";
|
||||
//public const string Get = Base + "/templates/" + getParam;
|
||||
public const string Get = Base + "/templates/" + getParam;
|
||||
//public const string SetOkStatus = Base + "/templates/" + getParam + "/status/ok";
|
||||
//public const string GetByStatusCode = Base + "/templates/status/{statusCode}";
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
public const string getParam = "{id}";
|
||||
}
|
||||
|
||||
public static class TemplateScheduleEspp
|
||||
public static class TemplateScheduleEspp
|
||||
{
|
||||
public const string Get = Base + "/templates/" + templateId + "/schedule-esppid";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user