mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-12 00:17:07 +01:00
8 lines
175 B
JavaScript
Executable File
8 lines
175 B
JavaScript
Executable File
class Prezzo extends Table {
|
|
constructor(calendar, id, direzione){
|
|
super(calendar, "manage_prezzi.php", {
|
|
direzione: direzione
|
|
}, id);
|
|
}
|
|
}
|