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); }
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)); }
System.Threading.Tasks.Task <AracKiralama.WebUI.UserWebService.GetAllResponse> AracKiralama.WebUI.UserWebService.UserWebServiceSoap.GetAllAsync(AracKiralama.WebUI.UserWebService.GetAllRequest request) { return(base.Channel.GetAllAsync(request)); }
AracKiralama.WebUI.UserWebService.GetAllResponse AracKiralama.WebUI.UserWebService.UserWebServiceSoap.GetAll(AracKiralama.WebUI.UserWebService.GetAllRequest request) { return(base.Channel.GetAll(request)); }