Beispiel #1
0
 public ProductRepository()
 {
     _deliVeggieContext = new DeliVeggieContext();
 }
Beispiel #2
0
 public PriceReductionRepository()
 {
     _deliVeggieContext = new DeliVeggieContext();
 }