Ejemplo n.º 1
0
 public void cargarComboMotivos()
 {
     GestorControles.cargarComboList(ddlMotivo, gestorSancion.obtenerMotivos(),
                                     "idMotivoSancion", "nombre", "Seleccionar Motivo", false);
 }