Example #1
0
function getAlumno($idAlumno)
{
    $entityAlumno = new EntityAlumno();
    return $entityAlumno->get($idAlumno);
}