Ejemplo n.º 1
0
 public DataTable SearchAvailableQuantity(int ItemId)
 {
     return(aStockInGateway.SearchAvailableQuantity(ItemId));
 }