Exemplo n.º 1
0
 public IActionResult Index(int threadMainPostId)
 {
     threadMPId     = threadMainPostId;
     ViewBag.Thread = BoardActions.LoadThread(threadMainPostId);
     return(View());
 }