|
|
DimensionUtils.ConvertDimensions(d, ref qtyreq, ref cost, (f,c) => Client.Query(f,c));
|
|
DimensionUtils.ConvertDimensions(d, ref qtyreq, ref cost, (f,c) => Client.Query(f,c));
|
|
|
private SupplierProduct? SelectSupplierProduct(IEnumerable<SupplierProduct> supplierProducts, StockOrderingItem item)
|
|
private SupplierProduct? SelectSupplierProduct(IEnumerable<SupplierProduct> supplierProducts, StockOrderingItem item)
|