Example #1
0
 public void UpdateAvailableQuantity(Item item)
 {
     _stockInRepository.UpdateAvailableQuantity(item);
 }