Click or drag to resize

IOperationServiceGetInactiveProducts Method

Note: This API is now obsolete.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
[ObsoleteAttribute("Use GetAllProducts instead to get all active and inactive products.")]
IReadOnlyList<IProduct> GetInactiveProducts()

Return Value

Type: IReadOnlyListIProduct
See Also