Ejemplo n.º 1
0
        // Lay thong tin chi tiet san pham
        public Product LayThongTinSanPham(int maSP)
        {
            Product s = dSP.LayThongTinSanPham(maSP);

            return(s);
        }