コード例 #1
0
ファイル: Reference.cs プロジェクト: gutoffline/TI2018
 public System.Threading.Tasks.Task <COTACAO.Moeda.getValorEspecialResponse> getValorEspecialAsync(long in0, string in1, string in2)
 {
     COTACAO.Moeda.getValorEspecialRequest inValue = new COTACAO.Moeda.getValorEspecialRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     return(((COTACAO.Moeda.FachadaWSSGS)(this)).getValorEspecialAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: gutoffline/TI2018
 public decimal getValorEspecial(long in0, string in1, string in2)
 {
     COTACAO.Moeda.getValorEspecialRequest inValue = new COTACAO.Moeda.getValorEspecialRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     COTACAO.Moeda.getValorEspecialResponse retVal = ((COTACAO.Moeda.FachadaWSSGS)(this)).getValorEspecial(inValue);
     return(retVal.getValorEspecialReturn);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: gutoffline/TI2018
 System.Threading.Tasks.Task <COTACAO.Moeda.getValorEspecialResponse> COTACAO.Moeda.FachadaWSSGS.getValorEspecialAsync(COTACAO.Moeda.getValorEspecialRequest request)
 {
     return(base.Channel.getValorEspecialAsync(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: gutoffline/TI2018
 COTACAO.Moeda.getValorEspecialResponse COTACAO.Moeda.FachadaWSSGS.getValorEspecial(COTACAO.Moeda.getValorEspecialRequest request)
 {
     return(base.Channel.getValorEspecial(request));
 }