Example #1
0
function matricularAlumno($rut)
{
    $class_matricula = new matricula();
    $class_matricula->matricularAlumno($rut);
}