Click or drag to resize

INotificationServiceSubscribeOnBillChequePrinting Method

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

Parameters

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

Return Value

Type: IDisposable
See Also