1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-27 14:09:41 +01:00
2020-02-14 17:02:16 +01:00

8 lines
175 B
JavaScript
Executable File

class Prezzo extends Table {
constructor(calendar, id, direzione){
super(calendar, "manage_prezzi.php", {
direzione: direzione
}, id);
}
}