コード例 #1
0
 public OperationStatus DeletePerson(Person person)
 {
     return(footlooseService.DeletePerson(person));
 }