get kinosaal

This commit is contained in:
2025-10-24 23:34:52 +02:00
parent 9c6591b5c6
commit 17b6f4bb62
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
#Command
@Extends(Command)
CommandGetKinosaal {
id: int {} ;
}

View File

@@ -0,0 +1,5 @@
#Command
@Extends(Command)
CommandGetKinosaalResponse {
hall: Kinosaal {} ;
}