Click or drag to resize

IOperationServiceTryGetCafeSessionByCashRegister Method

Returns current open cafe session on cash register.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
ICafeSession TryGetCafeSessionByCashRegister(
	ICashRegisterInfo cashRegister
)

Parameters

cashRegister  ICashRegisterInfo
Cash register

Return Value

ICafeSession
See Also