Click or drag to resize

IOperationServiceGetDisabledSizesByProduct Method

Returns disabledSizes of the specified product.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IReadOnlyList<IProductSize> GetDisabledSizesByProduct(
	IProduct product
)

Parameters

product  IProduct
 

Return Value

IReadOnlyListIProductSize
See Also