Example #1
0
 public TypeScriptFileGenerator(IFileSystemWrapper fileSystem, ITypeScriptEngineWrapper typeScriptEngine, IJsonSerializer jsonSerializer)
     : base(fileSystem)
 {
     this.typeScriptEngine = typeScriptEngine;
     this.jsonSerializer   = jsonSerializer;
 }
 public TypeScriptFileGenerator(IFileSystemWrapper fileSystem, ITypeScriptEngineWrapper typeScriptEngine, IJsonSerializer jsonSerializer)
     : base(fileSystem)
 {
     this.typeScriptEngine = typeScriptEngine;
     this.jsonSerializer = jsonSerializer;
 }