示例#1
0
 protected function createLogradouro()
 {
     $objLogradouro = new clsLogradouro(null, $this->idtlog, $this->logradouro, $this->municipio_id, null, 'S', $this->currentUserId());
     return $objLogradouro->cadastra();
 }