コード例 #1
0
 public StockIn Get(string itemName, int?companyId)
 {
     return(stockInGateway.Get(itemName, companyId));
 }