예제 #1
0
 public StockIn GetAvailableStock(int companyId, string itemName)
 {
     return(stockOutGateway.GetAvailableStock(companyId, itemName));
 }