示例#1
0
 public List <Cadeau> getCadeausFromCode(int indexLijst)
 {
     return(_persistController.getLHCFromCode(indexLijst));
 }