示例#1
0
 public PetType FindTypeById(int id)
 {
     return(_typeRepo.ReadTypeById(id));
 }