Exemplo n.º 1
0
 public TsContentGenerator(TypeDependencyService typeDependencyService,
                           TypeService typeService,
                           TemplateService templateService,
                           FileSystem fileSystem,
                           TsContentParser tsContentParser)
 {
     _typeDependencyService = typeDependencyService;
     _typeService           = typeService;
     _templateService       = templateService;
     _fileSystem            = fileSystem;
     _tsContentParser       = tsContentParser;
 }
Exemplo n.º 2
0
 public TypeDependencyService(TypeService typeService)
 {
     _typeService = typeService;
 }