Exemplo n.º 1
0
 /**
  * @return	bool
  */
 public function DeleteContact($contactId)
 {
     return $this->_db->DeleteAddressBookRecord($contactId);
 }