Exemplo n.º 1
0
 public void DeleteOrders(int bestellingID)
 {
     bestelling_db.DeleteOrder(bestellingID);
 }