示例#1
0
 public void UpdateInventory(Product product, int selectBinId)
 {
     inventoryRepo.AddNewProduct(product, selectBinId);
 }