feat(api): Создан UnitFieldController для отображения списка атрибутов ЭК
This commit is contained in:
@@ -431,6 +431,14 @@
|
||||
public const string getParam = "{id}";
|
||||
}
|
||||
|
||||
public static class UnitField
|
||||
{
|
||||
public const string GetAll = Base + "/unit-fields/";
|
||||
public const string Get = Base + "/unit-fields/" + getParam;
|
||||
|
||||
public const string getParam = "{id}";
|
||||
}
|
||||
|
||||
#region Расписание ЕСПП
|
||||
|
||||
public static class EsppScheduleTypeSchedule
|
||||
|
||||
Reference in New Issue
Block a user