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