コード例 #1
0
ファイル: Site.Master.cs プロジェクト: repositoryBarros/Loja
        public void BuscarCategorias()
        {
            CategoriaBLL categoriasBLL = new CategoriaBLL();

            dtlCategorias.DataSource = categoriasBLL.GetAll();
            dtlCategorias.DataBind();
        }