@page "/LicenseManager" @attribute [Authorize] @using LiMan.UI.Components

Installazioni

@**@
@if (currRecord != null) { @**@ } @if (ListRecords == null) { } else if (totalCount == 0) {
Nessun record trovato
} else {
@foreach (var record in ListRecords) { }
Installazione Applicativo Scadenza Num Licenze Codice Licenza Descrizione
@if (currRecord == null) { } else { } @record.Installazione @record.Applicativo @($"{record.Scadenza:yyyy.MM.dd}")
@record.NumLicenze
@record.Licenza
@record.Descrizione
}