Click or drag to resize

IOperationServiceGetProductItemCategoryById Method

Returns productItemCategory by id.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
IProductItemCategory GetProductItemCategoryById(
	Guid id
)

Parameters

id  Guid
 

Return Value

IProductItemCategory
See Also