Exemple #1
0
 public ProveedorViewModel()
 {
     this.AMList = new SelectList(YesNoViewModel.GetYesNoList(), "Id", "Nombre", this.AM);
     this.ModeloImplementadoList = new SelectList(YesNoViewModel.GetYesNoList(), "Id", "Nombre", this.ModeloImplementado);
     this.VigenteList            = new SelectList(YesNoViewModel.GetYesNoList(), "Id", "Nombre", this.Vigente);
     this.TipoGestionList        = new SelectList(TipoGestionProvViewModel.TipoGestionList(), "Tipo", "Tipo", this.Gestion);
 }
Exemple #2
0
 public MedicionesMetricasViewModel()
 {
     this.CalculadoList = new SelectList(YesNoViewModel.GetYesNoList(), "Id", "Nombre", this.Calculado);
     this.RatioSiNoList = new SelectList(YesNoViewModel.GetYesNoList(), "Id", "Nombre", this.RatioSiNo);
 }