public RetrieveTemplateResponse()
 {
     Options         = new TemplateOptions();
     TemplateContent = new TemplateContent();
 }
Exemplo n.º 2
0
 public Template()
 {
     Content = new TemplateContent();
     Options = new TemplateOptions();
 }
Exemplo n.º 3
0
 public virtual IDictionary <string, object> ToDictionary(TemplateContent templateContent)
 {
     return(WithCommonConventions(templateContent));
 }