コード例 #1
0
 public int insertIntoStockOut(StockOUT stockOUT)
 {
     return(_stockOutRepository.insertIntoStockOut(stockOUT));
 }