Click or drag to resize

IOperationService.TryGetClientByPhone Method

Returns client by phone.

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

Parameters

credentials
Type: Resto.Front.Api.Data.Security.ICredentials
The credentials returned by AuthenticateByPin(String) method.
phone
Type: System.String

Return Value

Type: IClient
See Also