コード例 #1
0
 public ActionResult UserPanel(int id)
 {
     return(View(uf.Get(id)));
 }