Click or drag to resize

IOperationServiceGetLastChangedOrderTerminal Method

Returns termnal that changed order last time.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IHostTerminal GetLastChangedOrderTerminal(
	IOrder order
)

Parameters

order
Type: Resto.Front.Api.Data.OrdersIOrder
Order to check

Return Value

Type: IHostTerminal
See Also