コード例 #1
0
void ChangeAddressTransaction::Change(Employee& e)
{
  e.SetAddress(itsAddress);
}