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