Exemplo n.º 1
0
 public void addVak(Vak vak)
 {
     _persistController.addVak(vak);
     _vakRepository.VakLijst = _persistController.getVak();
 }