Click or drag to resize

IOperationServiceRegisterChequeTaskProcessor Method

Registers chequeTaskProcessor for extansion the functionality of the cash register.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IDisposable RegisterChequeTaskProcessor(
	IChequeTaskProcessor chequeTaskProcessor
)

Parameters

chequeTaskProcessor
Type: Resto.Front.Api.Devices.ChequeTaskProcessorIChequeTaskProcessor
Processor to extend the functionality of the cash register.

Return Value

Type: IDisposable
See Also