コード例 #1
0
 public void DeleteOrderItemsByID(int bestellingID)
 {
     order_DAO.DeleteOrderItemByID(bestellingID);
 }