Exemple #1
0
 public void Update_Productstock_WithOrderList(List <Product> pL)
 {
     order_db.DB_Modify_ProductStock_WithOrder(pL);
 }