BgEngine.Domain.EntityModel.Comment.AddRelatedComment C# (CSharp) Method

AddRelatedComment() public method

Adds a related Comment
public AddRelatedComment ( Comment comment ) : void
comment Comment
return void
        public void AddRelatedComment(Comment comment)
        {
            this.RelatedComments.Add(comment);
        }