Click or drag to resize

IOperationServiceCloseCafeSession Method

Closes cafe session.

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

Parameters

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