コード例 #1
0
 public ActionResult ViewProfile(int id)
 {
     return(View("Index", _nineStarKiService.RetrieveNineStarKiProfile(id)));
 }