Exemplo n.º 1
0
 public ContentGenerator(Configuration.Configuration configuration, TextWriter @out)
 {
     this.configuration = configuration;
     this.log           = new LogWrapper(@out);
 }
 public TableContentGenerator(Table table, LogWrapper log)
 {
     this.table = table;
     this.log   = log;
 }
 public DependencyContentGenerator(Dependency dependency, LogWrapper log)
 {
     this.dependency = dependency;
     this.log        = log;
 }