Click or drag to resize

IOperationService.TryGetClientByPhone 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: System.String
credentials
Type: Resto.Front.Api.Data.Security.ICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

Type: IClient
See Also