Esempio n. 1
0
    public DataTable bs_BLWyswietlTabelaWypAdmGrid()
    {
        DataTable bs_dt = new DataTable();

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