コード例 #1
0
ファイル: PetShoop.cs プロジェクト: bezrekova/PetShop
 public void AddPet(Animal animal)
 {
     animalList.Add(animal);
 }