@using AyCode.Core @using AyCode.Core.Extensions @using BlazorAnimation @using TIAM.Entities.Transfers @using TIAMSharedUI.Pages.User.SysAdmins @using TIAMSharedUI.Shared @using TIAMSharedUI.Shared.Components.Grids @using TIAMWebApp.Shared.Application.Models; @using TIAMWebApp.Shared.Application.Interfaces; @using TIAMSharedUI.Pages.User; @using TIAMWebApp.Shared.Application.Models.ClientSide.UI @using TIAM.Services
Hotel details

Your QR code

Use this in printed material, to gain referrals

Hotel name: @_hotelName

Address: @_hotelAddress

Contact name: @_hotelContactName

My orders
@{ var idKeyField = ((Transfer)context.DataItem).Id.ToString("N"); var editUri = $"hotel/mytransfers/{idKeyField}"; @context.Value }
Messages
@if (!Id.IsNullOrEmpty()) { }
Affiliates

Details

@code { }