Beispiel #1
0
 // get total stockOut quantity
 public int GetTotalStockOutQuantity()
 {
     return(stockOutGateway.GetTotalStockOutQuantity());
 }