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