feat(api): Реализованы JobController, JobGroupController
This commit is contained in:
@@ -377,6 +377,17 @@
|
||||
public const string getParam = "{id}";
|
||||
}
|
||||
|
||||
public static class JobGroup
|
||||
{
|
||||
public const string GetAll = Base + "/job-groups/";
|
||||
public const string Get = Base + "/job-groups/" + getParam;
|
||||
|
||||
public const string Delete = Base + "/job-groups/" + getParam;
|
||||
public const string Create = Base + "/job-groups/";
|
||||
public const string Update = Base + "/job-groups/" + getParam;
|
||||
|
||||
public const string getParam = "{id}";
|
||||
}
|
||||
|
||||
public static class JobAutoControl
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user