Ejemplo n.º 1
0
 public void addComment(CommentHistory comment)
 {
     comment.setEmployeeId(getCurrentEmployeeId());
     comments.Add(comment);
 }