Click or drag to resize

IInternalOperationService Interface

Contract for internal (privileged) operations.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public interface IInternalOperationService

The IInternalOperationService type exposes the following members.

Methods
  NameDescription
Public methodGetLastUser
Return current logged in user, or last log out user, or null if nobody logged in after iikoFront started.
Public methodGetServerUrl
Return url of server from Front configuration.
Public methodRegisterDeliveryTerminal
Register the cash-server as delivery terminal with specified identifier.
Public methodSendDeliverySms
Send SMS message.
Top
See Also