예제 #1
0
 public ActionResult Edit(int id1)
 {
     ViewData.Model = ActionInfoService.GetById(id1);
     return(View());
 }