Click or drag to resize

IOperationServiceGetProductScaleSizes Method

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IReadOnlyList<IProductSize> GetProductScaleSizes(
	IProductScale productScale
)

Parameters

productScale
Type: Resto.Front.Api.Data.AssortmentIProductScale

Return Value

Type: IReadOnlyListIProductSize
See Also