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