コード例 #1
0
 public StockIn GetAvailableAndStockInQuantity(int id)
 {
     return(stockInGateway.GetAvailableAndStockInQuantity(id));
 }