public System.Threading.Tasks.Task <UkazkaSluzieb.ServiceReference1.getAllResponse> getAllAsync() { UkazkaSluzieb.ServiceReference1.getAllRequest inValue = new UkazkaSluzieb.ServiceReference1.getAllRequest(); return(((UkazkaSluzieb.ServiceReference1.Team024KnihaPortType)(this)).getAllAsync(inValue)); }
public UkazkaSluzieb.ServiceReference1.Knihas[] getAll() { UkazkaSluzieb.ServiceReference1.getAllRequest inValue = new UkazkaSluzieb.ServiceReference1.getAllRequest(); UkazkaSluzieb.ServiceReference1.getAllResponse retVal = ((UkazkaSluzieb.ServiceReference1.Team024KnihaPortType)(this)).getAll(inValue); return(retVal.knihas); }
System.Threading.Tasks.Task <UkazkaSluzieb.ServiceReference1.getAllResponse> UkazkaSluzieb.ServiceReference1.Team024KnihaPortType.getAllAsync(UkazkaSluzieb.ServiceReference1.getAllRequest request) { return(base.Channel.getAllAsync(request)); }
UkazkaSluzieb.ServiceReference1.getAllResponse UkazkaSluzieb.ServiceReference1.Team024KnihaPortType.getAll(UkazkaSluzieb.ServiceReference1.getAllRequest request) { return(base.Channel.getAll(request)); }