示例#1
0
 public Pets DeletePet(int id)
 {
     return(_PetsRepo.DeletePet(id));
 }