Exemple #1
0
 public Bestelling getBestellingByID(int id)
 {
     return(bestellingDAO.getBestellingByID(id));
 }