コード例 #1
0
 public Profesor mostrarProfesorPorClave(int legajo) {
   return BaseDeDatos.buscarProfesor(legajo);
 }