Compare commits

..
1 Commits
Author SHA1 Message Date
R40fendt 78d9d15d64 Add Galerie DTO 2026-05-05 10:47:12 +02:00
+7
View File
@@ -0,0 +1,7 @@
export class JahrMitBild {
constructor(
public jahr: number,
public bild: string[]
){}
}