Exemplo n.º 1
0
 public void Remove(Pig pig)
 {
     pigs.Add(pig);
 }
Exemplo n.º 2
0
 public void Add(Pig pig)
 {
     pigs.Add(pig);
 }