Ejemplo n.º 1
0
 public List <Pregunta> GetPregsCurso(string curso)
 {
     return(preg.PreguntaCurso(curso));
 }