示例#1
0
        public ActionResult KategoriGuncelle(int id)
        {
            KategoriViewModel model = new KategoriViewModel();

            model.Kategoriler = kr.IDyeGoreBul(id);
            return(View(model));
        }