Exemplo n.º 1
0
 /**
  * @param GU_ID $theGuId
  * @return SYS_ID
  */
 public function getSysIdByGuId($theGuId)
 {
     $sql = "select sys_id from {$this->_managerName} where gu_id = '" . $theGuId . "'";
     return $this->_db->getOne($sql);
 }