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