Esempio n. 1
0
 public OrderRepository()
 {
     _context = new CherryBagContext();
 }
Esempio n. 2
0
 public PartyRepository()
 {
     _context = new CherryBagContext();
 }
 public ProductRepository()
 {
     _context = new CherryBagContext();
 }