Exemple #1
0
 public ReportBuilder WithMissingRefs(FactRefs refs)
 {
     MissingRefs = MissingRefs?.Concat(refs) ?? refs;
     return(this);
 }