コード例 #1
0
 public string DeletePet(int pet_id)
 {
     return(BALServices.DeletePet(pet_id));
 }