Nuova classe creata: Piatto

This commit is contained in:
La Programmatrice Verde 2025-05-28 08:21:19 +02:00
parent f85251cfe6
commit 9023ed8342

5
Piatto.cs Normal file
View File

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