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);
        }