Example #1
0
    private void CargarInformacionDDL()
    {
        PrecioGranel entidadPrecio = new PrecioGranel();
        DataTable    dt            = entidadPrecio.Lista("");

        Utilerias.LlenarDDL(ddlTipoPrecio, dt, "id", "precio");
    }
Example #2
0
    private void CargarInformacionDDL()
    {
        PrecioGranel entidadPrecio = new PrecioGranel();
        DataTable dt = entidadPrecio.Lista("");

        Utilerias.LlenarDDL(ddlTipoPrecio, dt, "id", "precio");
    }