Exemplo n.º 1
0
 public DefaultXml()
 {
     Parameters = new List <QueryParameterXml>();
     Variables  = new List <QueryTemplateVariableXml>();
     Report     = new ReportBaseXml();
     Etl        = new EtlBaseXml();
 }
Exemplo n.º 2
0
 public DefaultXml()
 {
     ConnectionString = new ConnectionStringXml();
     Parameters       = new List <QueryParameterXml>();
     Variables        = new List <QueryTemplateVariableXml>();
     Report           = new ReportBaseXml();
     Etl = new EtlBaseXml();
 }