Gets remaining amounts of products in stop list.
Namespace: Resto.Front.Api.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
Dictionary<IProduct, decimal> GetProductsRemainingAmounts()
Return Value
Type: DictionaryIProduct, DecimalDictionary of products and theirs remaining amounts.
Remarks
See Also