示例#1
0
 public ActionResult Edit(int id)
 {
     model = new Categorias(Session);
     Categoria Cat = model.Find(id);
     return View(Cat);
 }