Click or drag to resize

IOperationServiceTryGetDisabledSizesByProduct Method

Returns disabledSizes of the specified product or null if product doesn't exist.

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

Parameters

product  IProduct
 

Return Value

IReadOnlyListIProductSize
See Also