コード例 #1
0
 public FunctionCQSMessageCSharpTemplate(FunctionCQSMessageModel model, FunctionOutputDTOModel functionOutputDTOModel, FunctionABIModel functionABIModel) : base(model)
 {
     _parameterAbiFunctionDtocSharpTemplate = new ParameterABIFunctionDTOCSharpTemplate();
     _functionOutputDTOModel = functionOutputDTOModel;
     _functionABIModel       = functionABIModel;
     ClassFileTemplate       = new CSharpClassFileTemplate(model, this);
 }
コード例 #2
0
 public ContractDeploymentCQSMessageCSharpTemplate(ContractDeploymentCQSMessageModel model) : base(model)
 {
     _parameterAbiFunctionDtocSharpTemplate = new ParameterABIFunctionDTOCSharpTemplate();
     ClassFileTemplate = new CSharpClassFileTemplate(model, this);
 }