public StructTypeCSharpTemplate(StructTypeModel model) : base(model)
 {
     _parameterAbiFunctionDtocSharpTemplate = new ParameterABIFunctionDTOCSharpTemplate();
     ClassFileTemplate = new CSharpClassFileTemplate(Model, this);
 }
Exemplo n.º 2
0
 public FunctionOutputDTOCSharpTemplate(FunctionOutputDTOModel model)
     : base(model)
 {
     _parameterAbiFunctionDtocSharpTemplate = new ParameterABIFunctionDTOCSharpTemplate();
     ClassFileTemplate = new CSharpClassFileTemplate(Model, this);
 }
Exemplo n.º 3
0
 public ErrorDTOCSharpTemplate(ErrorDTOModel errorDTOModel) : base(errorDTOModel)
 {
     _parameterAbiErrorDtocSharpTemplate = new ParameterABIFunctionDTOCSharpTemplate();
     ClassFileTemplate = new CSharpClassFileTemplate(Model, this);
 }