Beispiel #1
0
 public int availableQuantity(Item item)
 {
     return(_stockInRepository.availableQuantity(item));
 }