Click or drag to resize

IOperationServiceTryGetClientByPhone Method

Returns client by phone.

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

Parameters

credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
phone
Type: SystemString

Return Value

Type: IClient
See Also