コード例 #1
0
 public int UpdateAvailableQuantity(Item item)
 {
     return(_stockOutRepository.UpdateAvailableQuantity(item));
 }