コード例 #1
0
ファイル: ActionRrhh.php プロジェクト: gianpascal/yachay
 public function grabarEspecialidad($especialidad, $profesion)
 {
     $o_LRrhh = new LRrhh();
     $respuesta = $o_LRrhh->grabarEspecialidad($especialidad, $profesion);
     return $respuesta;
 }