예제 #1
0
 public ActionResult Edit(int id)
 {
     return(View(Mapper.Map <CommentCreateVM>(_commentLogic.GetCommentById(id))));
 }