Click or drag to resize

IOperationServiceRegisterCashRegisterFactory Method

Registers cash register factory.

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

Parameters

cashRegisterFactory
Type: Resto.Front.Api.DevicesICashRegisterFactory
Cash register factory.

Return Value

Type: IDisposable
See Also