コード例 #1
0
 public int UpdatePersonByPersonId(Person person)
 {
     return(PersonData.UpdateByPersonId(person));
 }