Click or drag to resize

INotificationServiceSubscribeOnCashChequePrinting Method

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IDisposable SubscribeOnCashChequePrinting(
	RemotableFunc<Guid, CashCheque> callback
)

Parameters

callback
Type: Resto.Front.Api.RemotingHelpersRemotableFuncGuid, CashCheque

Return Value

Type: IDisposable
See Also