Example #1
0
    public DataTable bs_BLWyswietlTabelaDspAdmGrid()
    {
        DataTable bs_dt = new DataTable();

        bs_dt = bs_warstwa_dostepu.bs_DalWyswietlDspAdmGrid();
        return(bs_dt);
    }