Ejemplo n.º 1
0
 public ArticleDirectoryCompiler(ArticleCompiler articleCompiler, ParserOptions options)
 {
     _articleCompiler = articleCompiler;
     _options = options;
 }
Ejemplo n.º 2
0
 public ArticleDirectoryCompiler(ArticleCompiler articleCompiler, ParserOptions options)
 {
     _articleCompiler = articleCompiler;
     _options         = options;
 }