示例#1
0
 public TipoCambio.ColombiaSOAP.tcrmResponse queryTCRM(System.DateTime tcrmQueryAssociatedDate)
 {
     TipoCambio.ColombiaSOAP.queryTCRM inValue = new TipoCambio.ColombiaSOAP.queryTCRM();
     inValue.tcrmQueryAssociatedDate = tcrmQueryAssociatedDate;
     TipoCambio.ColombiaSOAP.queryTCRMResponse retVal = ((TipoCambio.ColombiaSOAP.TCRMServicesInterface)(this)).queryTCRM(inValue);
     return(retVal.@return);
 }
示例#2
0
 public System.Threading.Tasks.Task <TipoCambio.ColombiaSOAP.queryTCRMResponse> queryTCRMAsync(System.DateTime tcrmQueryAssociatedDate)
 {
     TipoCambio.ColombiaSOAP.queryTCRM inValue = new TipoCambio.ColombiaSOAP.queryTCRM();
     inValue.tcrmQueryAssociatedDate = tcrmQueryAssociatedDate;
     return(((TipoCambio.ColombiaSOAP.TCRMServicesInterface)(this)).queryTCRMAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <TipoCambio.ColombiaSOAP.queryTCRMResponse> TipoCambio.ColombiaSOAP.TCRMServicesInterface.queryTCRMAsync(TipoCambio.ColombiaSOAP.queryTCRM request)
 {
     return(base.Channel.queryTCRMAsync(request));
 }
示例#4
0
 TipoCambio.ColombiaSOAP.queryTCRMResponse TipoCambio.ColombiaSOAP.TCRMServicesInterface.queryTCRM(TipoCambio.ColombiaSOAP.queryTCRM request)
 {
     return(base.Channel.queryTCRM(request));
 }