示例#1
0
 public ActionResult ViewKey(int id)
 {
     return(View(KeyService.GetKeyInfo(id)));
 }