Beispiel #1
0
 public AracKiralama.WebUI.RequestWebService.Request[] GetAll()
 {
     AracKiralama.WebUI.RequestWebService.GetAllRequest inValue = new AracKiralama.WebUI.RequestWebService.GetAllRequest();
     inValue.Body = new AracKiralama.WebUI.RequestWebService.GetAllRequestBody();
     AracKiralama.WebUI.RequestWebService.GetAllResponse retVal = ((AracKiralama.WebUI.RequestWebService.RequestWebServiceSoap)(this)).GetAll(inValue);
     return(retVal.Body.GetAllResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AracKiralama.WebUI.RequestWebService.GetAllResponse> GetAllAsync()
 {
     AracKiralama.WebUI.RequestWebService.GetAllRequest inValue = new AracKiralama.WebUI.RequestWebService.GetAllRequest();
     inValue.Body = new AracKiralama.WebUI.RequestWebService.GetAllRequestBody();
     return(((AracKiralama.WebUI.RequestWebService.RequestWebServiceSoap)(this)).GetAllAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AracKiralama.WebUI.RequestWebService.GetAllResponse> AracKiralama.WebUI.RequestWebService.RequestWebServiceSoap.GetAllAsync(AracKiralama.WebUI.RequestWebService.GetAllRequest request)
 {
     return(base.Channel.GetAllAsync(request));
 }
Beispiel #4
0
 AracKiralama.WebUI.RequestWebService.GetAllResponse AracKiralama.WebUI.RequestWebService.RequestWebServiceSoap.GetAll(AracKiralama.WebUI.RequestWebService.GetAllRequest request)
 {
     return(base.Channel.GetAll(request));
 }