From ea93404bdc7d270cc0a9459ea771a863f6ab1930 Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Wed, 7 May 2025 09:00:23 +0200 Subject: [PATCH] Nuova classe creata: Prenotazione --- Prenotazione.cs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Prenotazione.cs diff --git a/Prenotazione.cs b/Prenotazione.cs new file mode 100644 index 0000000..7727949 --- /dev/null +++ b/Prenotazione.cs @@ -0,0 +1,5 @@ +namespace agenzia_viaggi; + +class Prenotazione { + +} \ No newline at end of file