예제 #1
0
파일: db.php 프로젝트: JDevelopers/Mail
 /**
  * @return	bool
  */
 public function DeleteContact($contactId)
 {
     return $this->_db->DeleteAddressBookRecord($contactId);
 }