示例#1
0
 public void RemovePet(Pet p)
 {
     this._pets.Remove(p);
 }
示例#2
0
 public void AddPet(Pet p)
 {
     this._pets.Add(p);
 }