Пример #1
0
 public ActionResult CommentsUpdate(CommentsModel m)
 {
     m.UpdateComments();
     return(View("Profile/Comments/Display", m));
 }