Пример #1
0
        public ActionResult Guncelle(int id)
        {
            BolumModel model = new BolumModel();

            model.Bolum = manager.Bul(id);
            return(View(model));
        }
Пример #2
0
 public ActionResult Guncelle(int id)
 {
     model.bolum = manager.Bul(id);
     return(View(model));
 }