Example #1
0
 public int AddPregunta(PreguntaEntity objPregunta)
 {
     return(Pregunta.Add(objPregunta));
 }