コード例 #1
0
ファイル: Reference.cs プロジェクト: joaocarlospf/antsavings
 public System.Threading.Tasks.Task <MyFinance.Core.WSSGS.getValorResponse> getValorAsync(long in0, string in1)
 {
     MyFinance.Core.WSSGS.getValorRequest inValue = new MyFinance.Core.WSSGS.getValorRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     return(((MyFinance.Core.WSSGS.FachadaWSSGS)(this)).getValorAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: joaocarlospf/antsavings
 public decimal getValor(long in0, string in1)
 {
     MyFinance.Core.WSSGS.getValorRequest inValue = new MyFinance.Core.WSSGS.getValorRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     MyFinance.Core.WSSGS.getValorResponse retVal = ((MyFinance.Core.WSSGS.FachadaWSSGS)(this)).getValor(inValue);
     return(retVal.getValorReturn);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: joaocarlospf/antsavings
 System.Threading.Tasks.Task <MyFinance.Core.WSSGS.getValorResponse> MyFinance.Core.WSSGS.FachadaWSSGS.getValorAsync(MyFinance.Core.WSSGS.getValorRequest request)
 {
     return(base.Channel.getValorAsync(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: joaocarlospf/antsavings
 MyFinance.Core.WSSGS.getValorResponse MyFinance.Core.WSSGS.FachadaWSSGS.getValor(MyFinance.Core.WSSGS.getValorRequest request)
 {
     return(base.Channel.getValor(request));
 }