Exemplo n.º 1
0
 public IActionResult ReplyToThread(string message, int threadId, string image = null)
 {
     BoardActions.ReplyToThread(message, threadId, image);
     return(RedirectToAction("Index", new { boardDomain = domain }));
 }
Exemplo n.º 2
0
 public IActionResult ReplyToThread(string message, int threadId, string image = null)
 {
     BoardActions.ReplyToThread(message, threadId, image);
     return(RedirectToAction("Index", new { threadMainPostId = threadMPId }));
 }