Exemplo n.º 1
0
 public ErrorDTOFSharpTemplate(ErrorDTOModel errorDTOModel) : base(errorDTOModel)
 {
     _parameterAbiErrorDtoFSharpTemplate = new ParameterABIFunctionDTOFSharpTemplate();
     ClassFileTemplate = new FSharpClassFileTemplate(Model, this);
 }
 public FunctionOutputDTOFSharpTemplate(FunctionOutputDTOModel model) : base(model)
 {
     _parameterAbiFunctionDtoFSharpTemplate = new ParameterABIFunctionDTOFSharpTemplate();
     ClassFileTemplate = new FSharpClassFileTemplate(Model, this);
 }
 public StructTypeFSharpTemplate(StructTypeModel model) : base(model)
 {
     _parameterAbiFunctionDtoFSharpTemplate = new ParameterABIFunctionDTOFSharpTemplate();
     ClassFileTemplate = new FSharpClassFileTemplate(Model, this);
 }