예제 #1
0
파일: Reference.cs 프로젝트: SutoZ/WCF
 public System.Threading.Tasks.Task <WCF.MNB.GetExchangeRatesResponse> GetExchangeRatesAsync(string startDate, string endDate, string currencyNames)
 {
     WCF.MNB.GetExchangeRatesRequest inValue = new WCF.MNB.GetExchangeRatesRequest();
     inValue.Body               = new WCF.MNB.GetExchangeRatesRequestBody();
     inValue.Body.startDate     = startDate;
     inValue.Body.endDate       = endDate;
     inValue.Body.currencyNames = currencyNames;
     return(((WCF.MNB.MNBArfolyamServiceSoap)(this)).GetExchangeRatesAsync(inValue));
 }
예제 #2
0
파일: Reference.cs 프로젝트: SutoZ/WCF
 public string GetExchangeRates(string startDate, string endDate, string currencyNames)
 {
     WCF.MNB.GetExchangeRatesRequest inValue = new WCF.MNB.GetExchangeRatesRequest();
     inValue.Body               = new WCF.MNB.GetExchangeRatesRequestBody();
     inValue.Body.startDate     = startDate;
     inValue.Body.endDate       = endDate;
     inValue.Body.currencyNames = currencyNames;
     WCF.MNB.GetExchangeRatesResponse retVal = ((WCF.MNB.MNBArfolyamServiceSoap)(this)).GetExchangeRates(inValue);
     return(retVal.Body.GetExchangeRatesResult);
 }
예제 #3
0
파일: Reference.cs 프로젝트: SutoZ/WCF
 System.Threading.Tasks.Task <WCF.MNB.GetExchangeRatesResponse> WCF.MNB.MNBArfolyamServiceSoap.GetExchangeRatesAsync(WCF.MNB.GetExchangeRatesRequest request)
 {
     return(base.Channel.GetExchangeRatesAsync(request));
 }
예제 #4
0
파일: Reference.cs 프로젝트: SutoZ/WCF
 WCF.MNB.GetExchangeRatesResponse WCF.MNB.MNBArfolyamServiceSoap.GetExchangeRates(WCF.MNB.GetExchangeRatesRequest request)
 {
     return(base.Channel.GetExchangeRates(request));
 }