@page "/BaskanPage2"
@inherits BaskanPageBaseAtama
@using static pro_todo.Pages.Users
Görev Id |
Proje Id |
Gorev Adı |
Bölüm Id |
@foreach(var item in gorevler)
{
@if(item.proje_bolum==MyUser.kullanici_bolum)
{
@item.proje_gorev_id |
@item.proje_id |
@item.proje_gorevi |
@item.proje_bolum |
}
}