Exemple #1
0
 public bool SaveStockOutProduct(StockOut stockOut)
 {
     return(_stockOutRepository.SaveStockOutProduct(stockOut));
 }