Esempio n. 1
0
 public System.Threading.Tasks.Task <WebApi.BookWsdlService.getAllResponse> getAllAsync()
 {
     WebApi.BookWsdlService.getAllRequest inValue = new WebApi.BookWsdlService.getAllRequest();
     return(((WebApi.BookWsdlService.Team024KnihaPortType)(this)).getAllAsync(inValue));
 }
Esempio n. 2
0
 public WebApi.BookWsdlService.Knihas[] getAll()
 {
     WebApi.BookWsdlService.getAllRequest  inValue = new WebApi.BookWsdlService.getAllRequest();
     WebApi.BookWsdlService.getAllResponse retVal  = ((WebApi.BookWsdlService.Team024KnihaPortType)(this)).getAll(inValue);
     return(retVal.knihas);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <WebApi.BookWsdlService.getAllResponse> WebApi.BookWsdlService.Team024KnihaPortType.getAllAsync(WebApi.BookWsdlService.getAllRequest request)
 {
     return(base.Channel.getAllAsync(request));
 }
Esempio n. 4
0
 WebApi.BookWsdlService.getAllResponse WebApi.BookWsdlService.Team024KnihaPortType.getAll(WebApi.BookWsdlService.getAllRequest request)
 {
     return(base.Channel.getAll(request));
 }