Ejemplo n.º 1
0
 public ContentBuilder(ContentBuilderParameters contentParameters, ContentFormatter contentFormatter)
 {
     this.contentParameters = contentParameters;
     this.contentFormatter  = contentFormatter;
 }
Ejemplo n.º 2
0
 public ContentBuilder(ContentFormatter contentFormatter)
 {
     this.contentFormatter = contentFormatter;
     contentParameters     = new ContentBuilderParameters();
 }