Exemplo n.º 1
0
 public List <Bestelling> KrijgAlleBestellingenBar() // John Bond 649770
 {
     try
     {
         List <Bestelling> bestellingenBar = bestellingDao.DB_Selecteer_Alle_Bestellingen_Bar();
         return(bestellingenBar);
     }
     catch (Exception)
     {
         throw new Exception("Chapoo (bestellingen) kan niet connecten met de database");
     }
 }