コード例 #1
0
 public int GetQuantityById(int companyId, int itemId)
 {
     return(stockInGateway.GetQuantityById(companyId, itemId));
 }