Nuova classe creata: Ristorante

This commit is contained in:
La Programmatrice Verde 2025-05-28 09:11:29 +02:00
parent e53ef05ebf
commit 499cabf977

5
Ristorante.cs Normal file
View File

@ -0,0 +1,5 @@
namespace ordini_ristorante;
class Ristorante {
}