Click or drag to resize

IOperationService.GetAllergenGroupsByProductIds Method

Get list of allergen groups for products.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
IReadOnlyList<IAllergenGroup> GetAllergenGroupsByProductIds(
	Guid[] productIds
)

Parameters

productIds
Type:System.Guid[]
Product ids.

Return Value

Type: IReadOnlyList<IAllergenGroup>
See Also