Click or drag to resize

IOperationServiceGetAllProducts Method

Gets all products (both active and inactive).

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IReadOnlyList<IProduct> GetAllProducts()

Return Value

Type: IReadOnlyListIProduct
See Also