Licenze

@if (isLoading) { } @if (AllRecords == null || AllRecords.Count == 0) {
No record to search
} else { if (string.IsNullOrEmpty(searchVal) && string.IsNullOrEmpty(LockId)) {
@AllRecords.Count Records found
} else { @foreach (var item in ListRecords) { string cssDef = item.IsDefinitiva ? "text-success" : "text-danger"; }
Prodotto Licenza Assistenza Note
@item.ProdNav.ProductName
Vers: @item.ProductVersion
Level: @item.ProductLevel
D: @($"{item.ProductDeadline:yyyy.MM.dd}")
@($"{item.DtScadenza:yyyy.MM}") @item.Note
} }