Click or drag to resize

IOperationServiceTryGetClientByPhone Method

Returns client by phone.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IClient TryGetClientByPhone(
	string phone
)

Parameters

phone
Type: SystemString

Return Value

Type: IClient
See Also