コード例 #1
0
 public string GetStockOutQuantity(int itemId)
 {
     return(stockOutGateway.GetStockOutQuantity(itemId));
 }