Beispiel #1
0
 /*
  * Pre:  The contact must have a first and last name, contact type, phone
  *       number, and email address
  * Post: The new contact is added to the database
  */
 public void addToDatabase()
 {
     id = DbInterfaceContact.CreateContact(this);
 }