Beispiel #1
0
 /*
  * Pre:
  * Post: The contact and all associated information is deleted
  *       from the database
  * @returns true if the contact was deleted and false otherwise
  */
 public bool deleteInDatabase()
 {
     return(DbInterfaceContact.DeleteContact(id));
 }