Click or drag to resize

IOperationServiceOpenCafeSession Method

Opens cafe session.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void OpenCafeSession(
	ICredentials credentials
)

Parameters

credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.
See Also