Пример #1
0
 public Comment update(int id, Comment t)
 {
     return(commentDao.update(id, t));
 }