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
Type: Resto.Front.Api.Data.DeviceICashRegisterInfo
Cash register

Return Value

Type: ICafeSession
See Also