Пример #1
0
 public int GetItemAvailableQuantity(int id)
 {
     return(_stockInRepository.GetItemAvailableQuantity(id));
 }