Example #1
0
 public List <Cadeau> getCadeausFromID(LijstHasCadeau id)
 {
     return(_persistController.getLHCFromID(_currentLijstID.FK_Lijst));
 }