コード例 #1
0
ファイル: BagService.cs プロジェクト: DenKu1/bag
 public bool AddAnimal(IAnimal animal)
 {
     return(_place.AddAnimal(animal));
 }