action
action: {
action: "findAll";
model: "main/class-hour";
parameters: [{
attributes: ["id", "number", "from", "until", "fromByDay", "untilByDay"];
}];
}
Type declaration
-
action: "findAll"
-
model: "main/class-hour"
-
parameters: [{
attributes: ["id", "number", "from", "until", "fromByDay", "untilByDay"];
}]