Click or drag to resize

IOperationServiceGetProducts 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 GetActiveProducts instead to get active products or GetAllProducts to get all (both active and inactive) products.")]
IReadOnlyList<IProduct> GetProducts()

Return Value

Type: IReadOnlyListIProduct
See Also