@using SteUp.Shared.Core.Dto @using SteUp.Shared.Core.Dto.PageState
@PuntoVendita.CodMdep - @PuntoVendita.Descrizione
@if (!PuntoVendita.Indirizzo.IsNullOrEmpty()) {
@PuntoVendita.Indirizzo
@PuntoVendita.Citta @PuntoVendita.Cap @PuntoVendita.Provincia
}
@code { [Parameter] public PuntoVenditaDto PuntoVendita { get; set; } = null!; private void StartInspection() { SteupDataService.Inspection = new InspectionPageState { DateInspection = DateTime.Today, PuntoVendita = PuntoVendita }; NavigationManager.NavigateTo("/ispezione"); } }