feat(api, dal): EsppScheduleTypeScheduleController. В таблицу EsppScheTypeValue добавлено поле Order
This commit is contained in:
@@ -313,6 +313,18 @@
|
||||
public const string getParam = "{id}";
|
||||
}
|
||||
|
||||
#region Расписание ЕСПП
|
||||
|
||||
public static class EsppScheduleTypeSchedule
|
||||
{
|
||||
public const string GetAll = Base + "/espp-schedule-type-schedules/";
|
||||
public const string Get = Base + "/espp-schedule-type-schedules/" + getParam;
|
||||
|
||||
public const string getParam = "{id}";
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user