Exemplo n.º 1
0
 public EncuestaEntity GetDeepEncuesta(int?IdEncuesta)
 {
     return(Encuesta.GetOneDeep(IdEncuesta));
 }