示例#1
0
 public void UpdateQty(int shelfid, int quantity)
 {
     _shelfRepository.UpdateQty(shelfid, quantity);
     return;
 }