예제 #1
0
    public DataTable bs_BLWyswietlTabeleAkcesoriowGrid()
    {
        DataTable bs_dt = new DataTable();

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