public BoughtlistController()
 {
     _rep = new Repository();
 }
Esempio n. 2
0
 public WishlistController()
 {
     _rep = new Repository();
 }