Beispiel #1
0
 public string GetDateInterval()
 {
     WCF.MNB.GetDateIntervalRequest inValue = new WCF.MNB.GetDateIntervalRequest();
     inValue.Body = new WCF.MNB.GetDateIntervalRequestBody();
     WCF.MNB.GetDateIntervalResponse retVal = ((WCF.MNB.MNBArfolyamServiceSoap)(this)).GetDateInterval(inValue);
     return(retVal.Body.GetDateIntervalResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <WCF.MNB.GetDateIntervalResponse> GetDateIntervalAsync()
 {
     WCF.MNB.GetDateIntervalRequest inValue = new WCF.MNB.GetDateIntervalRequest();
     inValue.Body = new WCF.MNB.GetDateIntervalRequestBody();
     return(((WCF.MNB.MNBArfolyamServiceSoap)(this)).GetDateIntervalAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <WCF.MNB.GetDateIntervalResponse> WCF.MNB.MNBArfolyamServiceSoap.GetDateIntervalAsync(WCF.MNB.GetDateIntervalRequest request)
 {
     return(base.Channel.GetDateIntervalAsync(request));
 }
Beispiel #4
0
 WCF.MNB.GetDateIntervalResponse WCF.MNB.MNBArfolyamServiceSoap.GetDateInterval(WCF.MNB.GetDateIntervalRequest request)
 {
     return(base.Channel.GetDateInterval(request));
 }