Exemple #1
0
        public List <Bestelling> VulBestellingen(bool drank, bool status)
        {
            List <Bestelling> b = bd.GetBestellingen(drank, status);

            return(b);
        }