示例#1
0
 public static void EliminarPlato(Plato p)
 {
     listaPlatos.Remove(p);
 }
示例#2
0
 public static void AgregarPlato(Plato c)
 {
     listaPlatos.Add(c);
 }