Beispiel #1
0
 public ActionResult ViewPost(int id)
 {
     return(View(GameCache.GetPostById(id)));
 }