示例#1
0
文件: BagService.cs 项目: DenKu1/bag
 public int CountAllAnimals()
 {
     return(_place.CountAnimals());
 }