コード例 #1
0
 public void UpdateStockIn(StockIn stockIn)
 {
     _stockInRepository.UpdateStockIn(stockIn);
 }