Exemplo n.º 1
0
 public void leave(Chef chef)
 {
     list.Remove(chef);
 }
Exemplo n.º 2
0
 public void join(Chef chef)
 {
     list.Add(chef);
 }