Click or drag to resize

IOperationServiceGetOrderTypeById Method

Returns orderType by id.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IOrderType GetOrderTypeById(
	Guid id
)

Parameters

id
Type: SystemGuid

Return Value

Type: IOrderType
See Also