Exemplo n.º 1
0
 public Curso getOne(int idMateria, int idComision, int anio)
 {
     return(curDatos.getOne(idMateria, idComision, anio));
 }