Click or drag to resize

IOperationServiceTryGetClientByPhone Method

Returns client by phone.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IClient TryGetClientByPhone(
	string phone,
	ICredentials credentials
)

Parameters

phone  String
 
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

IClient
See Also