Ejemplo n.º 1
0
 public ItemsController(Repositories.IPriceWeb priceWebContext)
 {
     _priceWebContext = priceWebContext;
 }
Ejemplo n.º 2
0
 public StockStates(Repositories.IPriceWeb priceWebContext)
 {
     _priceWebContext = priceWebContext;
 }