Conf. Hardware
@if (isLoading || ListRecords == null) { } else if (totalCount == 0) {
Nessun record trovato
} else { @foreach (var item in ListRecords) { } @if (totalCount >= numRecord) { }
Cod. Famiglia Descrizione Shape
@item.Id @item.FamilyName @item.Description @item.Shape
}