Exemple #1
0
 /**
  * @return	bool
  */
 public function DeleteGroup($groupId)
 {
     return $this->_db->DeleteAddressGroup($groupId);
 }