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