Beispiel #1
0
 public bool SaveItemQuantity(int inQuantity, int itemId)
 {
     return(_stockInRepository.SaveItemQuantity(inQuantity, itemId));
 }