Exemplo n.º 1
0
 //Xóa sản phẩm
 public static bool XoaSanPham(string _MaSP)
 {
     return(SanPhamDataAccess.XoaSanPham(_MaSP));
 }