From 32844875f655865bc78defae1f4bbd12e07e7103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kli=C5=9B?= Date: Wed, 22 Jan 2020 22:09:17 +0000 Subject: [PATCH] class diagram --- class-diagram | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 class-diagram diff --git a/class-diagram b/class-diagram new file mode 100644 index 0000000..365a843 --- /dev/null +++ b/class-diagram @@ -0,0 +1,7 @@ +na stronie: https://yuml.me/diagram/class/draw +poniższy diagram: +[Seanse|sala:int;projekcja:string|nowySeans()] +[Sale|nazwa:string;numer:int|nowaSala()] +[Rezerwacje|imieNazwisko:string;projekcja:string;sala:int;miejsce:int|nowaRezerwacja()] +[Bilety|projekcja:string;sala:int;miejsce:int|sprzedajBilet()] +[Statystyki||podajIloscBiletyWgProjekcja()] \ No newline at end of file