Esempio n. 1
0
 /**
  * @param	int		$contactId
  * @param	int		$groupId
  * @return	bool
  */
 public function InsertContactToGroup($contactId, $groupId)
 {
     return $this->_db->InsertAddressGroupContact($contactId, $groupId);
 }