Exemplo n.º 1
0
 public ProductRepository()
 {
     _deliVeggieContext = new DeliVeggieContext();
 }
Exemplo n.º 2
0
 public PriceReductionRepository()
 {
     _deliVeggieContext = new DeliVeggieContext();
 }