public CommentViewpoint(CommentViewpoint commentViewpoint) { this.Guid = commentViewpoint.Guid; }
public Comment() { this.viewpointField = new CommentViewpoint(); this.statusField = "Unknown"; this.verbalStatusField = "Open"; }