コード例 #1
0
 public void UpdateItem(Item item)
 {
     _stockOutRepository.UpdateItem(item);
 }