Example #1
0
 public EncuestaEntity GetEncuesta(int?IdEncuesta)
 {
     return(Encuesta.GetOne(IdEncuesta));
 }