Exemplo n.º 1
0
 public Business()
 {
     _persistence = new Persistence();
     _aankoop     = _persistence.getAankoopFromDB();
 }
Exemplo n.º 2
0
 //constructor
 public Business()
 {
     _persistence = new Persistence();
     //lijst opvullen met data
     _aankoop = _persistence.getAankoopFromDB();
 }