示例#1
0
 public string[] exibirReservasHotelPorDia(int id)
 {
     WindowsFormsApp1.HospedagemWebService.exibirReservasHotelPorDiaRequest inValue = new WindowsFormsApp1.HospedagemWebService.exibirReservasHotelPorDiaRequest();
     inValue.id = id;
     WindowsFormsApp1.HospedagemWebService.exibirReservasHotelPorDiaResponse retVal = ((WindowsFormsApp1.HospedagemWebService.HospedagemWebService)(this)).exibirReservasHotelPorDia(inValue);
     return(retVal.@return);
 }
示例#2
0
 public System.Threading.Tasks.Task <WindowsFormsApp1.HospedagemWebService.exibirReservasHotelPorDiaResponse> exibirReservasHotelPorDiaAsync(int id)
 {
     WindowsFormsApp1.HospedagemWebService.exibirReservasHotelPorDiaRequest inValue = new WindowsFormsApp1.HospedagemWebService.exibirReservasHotelPorDiaRequest();
     inValue.id = id;
     return(((WindowsFormsApp1.HospedagemWebService.HospedagemWebService)(this)).exibirReservasHotelPorDiaAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <WindowsFormsApp1.HospedagemWebService.exibirReservasHotelPorDiaResponse> WindowsFormsApp1.HospedagemWebService.HospedagemWebService.exibirReservasHotelPorDiaAsync(WindowsFormsApp1.HospedagemWebService.exibirReservasHotelPorDiaRequest request)
 {
     return(base.Channel.exibirReservasHotelPorDiaAsync(request));
 }
示例#4
0
 WindowsFormsApp1.HospedagemWebService.exibirReservasHotelPorDiaResponse WindowsFormsApp1.HospedagemWebService.HospedagemWebService.exibirReservasHotelPorDia(WindowsFormsApp1.HospedagemWebService.exibirReservasHotelPorDiaRequest request)
 {
     return(base.Channel.exibirReservasHotelPorDia(request));
 }