IOperationServiceTryGetReserveById Method |
Returns reserve by id or null if reserve with specified id doesn't exist.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxIReserve TryGetReserveById(
Guid id
)
Parameters
- id Guid
-
Return Value
IReserve
See Also