Ejemplo n.º 1
0
        // Lay Thong Tin San Pham Theo Product model

        public ProductModel LayThongTinSanPham2(int maSP)
        {
            ProductModel s = dSP.LayThongTinSanPham2(maSP);

            return(s);
        }