Ejemplo n.º 1
0
 public ImagenItemViewModel(model.Imagen item) {
       this.Imagen = item;
       this.Selected = false;
 }
Ejemplo n.º 2
0
 public PreguntaItemViewModel(model.Pregunta item) {
       this.Pregunta = item;
 }