Exemplo n.º 1
0
        public ActionResult DeleteReply(int id)
        {
            // var post = _postService.GetPost(id);

            return(View(_replyService.GetReply(id)));
        }
Exemplo n.º 2
0
 public PostReply GetReply(int id)
 {
     return(_dao.GetReply(id));
 }