Exemplo n.º 1
0
 public BodyTemplate(BodyTemplateType templateType)
 {
     Type        = templateType.ToString();
     TextContent = new TextContent();
 }
Exemplo n.º 2
0
 public DisplayBuilder FromTemplate(BodyTemplateType templateType)
 {
     this.template = new BodyTemplate(templateType);
     return(this);
 }