Beispiel #1
0
 /*
  * Pre:  The contact information must have been previously entered
  *       into the database, meaning that there is a unique id
  * Post: The contact's information is updated
  */
 public void updateInDatabase()
 {
     DbInterfaceContact.UpdateContact(this);
 }