Beispiel #1
0
 public IReportCommentBuilder SetContent(string content)
 {
     reportComment.SetContent(content);
     return(this);
 }