IOperationServiceAddClientToOrder Method |
Returns true if client is bound to the order.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxbool AddClientToOrder(
IOrder order,
IClient client,
ICredentials credentials
)
Parameters
- order IOrder
-
Order to bind the client.
- client IClient
-
The client will be bound to the order.
- credentials ICredentials
-
The credentials returned by AuthenticateByPin(String) method.
Return Value
Boolean
See Also