예제 #1
0
 public void UpdateAvailQty(int shelfid, int quantity)
 {
     _shelfRepository.UpdateAvailQty(shelfid, quantity);
     return;
 }