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
Type: SystemString
credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

Type: IClient
See Also