Exemplo n.º 1
0
        //Hiện tất cả thông tin sản phẩm
        public DataTable dataShowProduct()
        {
            DataTable dataTable = new DataTable();

            dataTable = dataProduct.tableDataProduct();
            return(dataTable);
        }