Exemple #1
0
 public string[] exibirReservasHotel(int id)
 {
     WindowsFormsApp1.HospedagemWebService.exibirReservasHotelRequest inValue = new WindowsFormsApp1.HospedagemWebService.exibirReservasHotelRequest();
     inValue.id = id;
     WindowsFormsApp1.HospedagemWebService.exibirReservasHotelResponse retVal = ((WindowsFormsApp1.HospedagemWebService.HospedagemWebService)(this)).exibirReservasHotel(inValue);
     return(retVal.@return);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <WindowsFormsApp1.HospedagemWebService.exibirReservasHotelResponse> exibirReservasHotelAsync(int id)
 {
     WindowsFormsApp1.HospedagemWebService.exibirReservasHotelRequest inValue = new WindowsFormsApp1.HospedagemWebService.exibirReservasHotelRequest();
     inValue.id = id;
     return(((WindowsFormsApp1.HospedagemWebService.HospedagemWebService)(this)).exibirReservasHotelAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <WindowsFormsApp1.HospedagemWebService.exibirReservasHotelResponse> WindowsFormsApp1.HospedagemWebService.HospedagemWebService.exibirReservasHotelAsync(WindowsFormsApp1.HospedagemWebService.exibirReservasHotelRequest request)
 {
     return(base.Channel.exibirReservasHotelAsync(request));
 }
Exemple #4
0
 WindowsFormsApp1.HospedagemWebService.exibirReservasHotelResponse WindowsFormsApp1.HospedagemWebService.HospedagemWebService.exibirReservasHotel(WindowsFormsApp1.HospedagemWebService.exibirReservasHotelRequest request)
 {
     return(base.Channel.exibirReservasHotel(request));
 }