예제 #1
0
 public BoughtlistController()
 {
     _rep = new Repository();
 }
예제 #2
0
 public WishlistController()
 {
     _rep = new Repository();
 }