Exemplo n.º 1
0
 public function getRegistroMatrimonial($reg_num)
 {
     $controller = new RegistroMatrimonialController();
     $registro = $controller->show($reg_num);
     return $registro;
 }