Exemple #1
0
 public SampleConfigGenerator(MarkdownGenerator markdownGenerator, SharedContent sharedContent)
 {
     _markdownGenerator = markdownGenerator;
     _sharedContent     = sharedContent;
 }
Exemple #2
0
 public CliGenerator(MarkdownGenerator markdownGenerator, SharedContent sharedContent)
 {
     _markdownGenerator = markdownGenerator;
     _sharedContent     = sharedContent;
 }
Exemple #3
0
 public JsonRpcGenerator(MarkdownGenerator markdownGenerator)
 {
     _markdownGenerator = markdownGenerator;
 }