Пример #1
0
 public void removeVak(int id)
 {
     _persistController.removeVak(id);
     _vakRepository.VakLijst = _persistController.getVak();
 }