8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
// Entity OrderTransaction
|
|
|
|
#AddonModel
|
|
OrderTransaction {
|
|
order: Bestellung { } ;
|
|
tickets: Eintrittskarte[] {} ;
|
|
}
|