Click or drag to resize

IOperationServiceTryGetWaiterTeamById Method

Returns waiterTeam by id or null if waiterTeam with specified id doesn't exist.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IWaiterTeam TryGetWaiterTeamById(
	Guid id
)

Parameters

id
Type: SystemGuid

Return Value

Type: IWaiterTeam
See Also