コード例 #1
0
 public int DamagedItem(Stock stock)
 {
     return(_stockOutRepository.DamagedItem(stock));
 }