feat(api, dal): EsppScheduleTypeScheduleController. В таблицу EsppScheTypeValue добавлено поле Order

This commit is contained in:
Mikhail Trubnikov
2024-04-08 12:16:14 +10:00
parent 7be64e3529
commit 0ddd7bc9d2
12 changed files with 3566 additions and 86 deletions

View File

@@ -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
}
}