コード例 #1
0
ファイル: ItemsController.cs プロジェクト: Lijoen/PriceWeb
 public ItemsController(Repositories.IPriceWeb priceWebContext)
 {
     _priceWebContext = priceWebContext;
 }
コード例 #2
0
ファイル: StockStates.cs プロジェクト: Lijoen/PriceWeb
 public StockStates(Repositories.IPriceWeb priceWebContext)
 {
     _priceWebContext = priceWebContext;
 }