Example #1
0
 public function listarTipo() {
     $tipo = new ControllerTipo();
     $lista = $tipo->listarTipo();
     return $lista;
 }