Click or drag to resize

IOperationServiceCheckCanEditOrder Method

If current user has permissions to view order.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
bool CheckCanEditOrder(
	IOrder order,
	ICredentials credentials
)

Parameters

order  IOrder
Order to check.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

Boolean
See Also