Esempio n. 1
0
 public void addWishlistsToDB(Lijst item)
 {
     _persistController.addWishlistsToDB(item);
     LijstRepository.addLijst(item);
 }