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