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