Exemplo n.º 1
0
 public System.Threading.Tasks.Task <WindowsFormsApp1.HospedagemWebService.exibirTodasReservasPorDiaResponse> exibirTodasReservasPorDiaAsync()
 {
     WindowsFormsApp1.HospedagemWebService.exibirTodasReservasPorDiaRequest inValue = new WindowsFormsApp1.HospedagemWebService.exibirTodasReservasPorDiaRequest();
     return(((WindowsFormsApp1.HospedagemWebService.HospedagemWebService)(this)).exibirTodasReservasPorDiaAsync(inValue));
 }
Exemplo n.º 2
0
 public string[] exibirTodasReservasPorDia()
 {
     WindowsFormsApp1.HospedagemWebService.exibirTodasReservasPorDiaRequest  inValue = new WindowsFormsApp1.HospedagemWebService.exibirTodasReservasPorDiaRequest();
     WindowsFormsApp1.HospedagemWebService.exibirTodasReservasPorDiaResponse retVal  = ((WindowsFormsApp1.HospedagemWebService.HospedagemWebService)(this)).exibirTodasReservasPorDia(inValue);
     return(retVal.@return);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <WindowsFormsApp1.HospedagemWebService.exibirTodasReservasPorDiaResponse> WindowsFormsApp1.HospedagemWebService.HospedagemWebService.exibirTodasReservasPorDiaAsync(WindowsFormsApp1.HospedagemWebService.exibirTodasReservasPorDiaRequest request)
 {
     return(base.Channel.exibirTodasReservasPorDiaAsync(request));
 }
Exemplo n.º 4
0
 WindowsFormsApp1.HospedagemWebService.exibirTodasReservasPorDiaResponse WindowsFormsApp1.HospedagemWebService.HospedagemWebService.exibirTodasReservasPorDia(WindowsFormsApp1.HospedagemWebService.exibirTodasReservasPorDiaRequest request)
 {
     return(base.Channel.exibirTodasReservasPorDia(request));
 }