Exemplo n.º 1
0
 public int UpdatePersonByPersonId(Person person)
 {
     return(PersonData.UpdateByPersonId(person));
 }