Beispiel #1
0
 public void Insert_OrderDetails_WithList(List <Product> pL)
 {
     order_db.DB_Modify_OrderDetails_WithList(pL);
 }