コード例 #1
0
 public ActionResult Edit(int id)
 {
     return(PartialView("Manager", CategoryModel.EntityToModel(_context.GetById(id))));
 }