@@ -16,5 +16,10 @@ namespace PizzaExpress_Client
public int Tavolo { get; set; }
public string Stato { get; set; } = string.Empty;
public override string ToString()
{
return $"{Id}) {Nome} - {Categoria} [{Stato}]";
}
The note is not visible to the blocked user.