예제 #1
0
 public bool ChangeComment(int id, CommentEntity comment)
 {
     return(_commentDal.ChangeComment(id, comment));
 }