@page "/bolum" @inherits BolumBase
@if (bolumler is null) {

Loading... !

} else { @foreach(var blm2 in bolumler) { }
Bolum ID Bolum Adı
@blm2.bolum_id @blm2.bolum_adi
}