예제 #1
0
 public OrderRepository()
 {
     _context = new CherryBagContext();
 }
예제 #2
0
 public PartyRepository()
 {
     _context = new CherryBagContext();
 }
예제 #3
0
 public ProductRepository()
 {
     _context = new CherryBagContext();
 }