コード例 #1
0
ファイル: NotaNegocio.php プロジェクト: Jclavo/SGA
 public function obtenerCarreraXDocente($usuarioId)
 {
     $carrera = new CarreraNegocio();
     $respuestaObtenerCarreraXDocente = $carrera->obtenerXDocente($usuarioId);
     return $respuestaObtenerCarreraXDocente;
 }