Beispiel #1
0
 public void Insert_OrderDetails(int prodQt, int prodId)
 {
     order_db.DB_Modify_OrderDetails(prodQt, prodId);
 }