Esempio n. 1
0
 public void RemovePet(Pet p)
 {
     this._pets.Remove(p);
 }
Esempio n. 2
0
 public void AddPet(Pet p)
 {
     this._pets.Add(p);
 }