示例#1
0
def test_product_remove():
     
    p = bl.getProduct(code="POOLBL")
    db.removeProduct(p.productId)
示例#2
0
def removeProduct(productId):

    """ here admin validation """

    db.removeProduct(productId)