BgEngine.Domain.EntityModel.Comment.AddRelatedComment C# (CSharp) 메소드

AddRelatedComment() 공개 메소드

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