Click or drag to resize

IOperationServiceRegisterCashRegisterFactory Method

Registers cash register factory.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IDisposable RegisterCashRegisterFactory(
	ICashRegisterFactory cashRegisterFactory
)

Parameters

cashRegisterFactory  ICashRegisterFactory
Cash register factory.

Return Value

IDisposable
See Also