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