Exemple #1
0
 public int GetAvailableQuantity(int id)
 {
     return(aStockOutGateway.GetAvailableQuantity(id));
 }